-
matlab-code
matlab解线性方程组的源代码
function x=nagauss2(a,b,flag)
% 用途:选列主元Gauss消去法解线性方程组ax=b
% 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
(Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection PCA Gauss elimination method for solving linear equations ax = b% Format : nagauss2 x = (a, b, flag) for a coefficient matrix, b subguadratic column vector, if the flag is 0, then showed intermediate process)
- 2006-06-02 11:52:10下载
- 积分:1
-
maxentropie
threshold is a key technique for the segmentation and edge detection in an image for image processing. Here in this file the threshold is on the based of the maximum entropy of an image using shannon entropy method.
- 2013-07-15 02:47:37下载
- 积分:1
-
a
说明: 闭环boost电路,稳压输出。针对三相电压,有整流电路(Closed-loop boost circuit, voltage regulator output. For three-phase voltage rectifier circuit)
- 2012-11-29 11:59:02下载
- 积分:1
-
SGA2[1].0
GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。
本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;(GA (Simple Genetic Algorithm) is a powerful, intelligent multi-variable optimization algorithms, which mimic the breeding populations of the law to be optimized. SGA can optimize this variable, and the minimum value, maximum value (when the function of the countdown you will seek the minimum value) and to support the floating-point encoding, grey code, binary code round of gambling options, tournament selection single-point crossover, uniform Cross, floating-point crossover single point mutation, floating-point variation )
- 2007-10-15 21:15:32下载
- 积分:1
-
Version_1p1_Final
Reads TDMS files into Matlab. See TDMS_exampleFunctionCalls.m to get started.
Advantages:
- supports reading v2 files
- doesn t require the NI DLL, thus it doesn t require 32bit windows
- supports interleaved data
- allows only reading names & properties to get a quick feel for what is in the file
- Since streaming files can get large (many GB), allows only retrieving subsets of data via keep or ignore flags
Doesn t yet support:
- big endian files
Doesn t support:
- files with DAQmx data
- files with unsupported Matlab data types (extended float, etc)
I haven t written very many wrappers to change the output data into more traditional formats. I d appreciate any submissions of wrappers that people make (like my TDMS_dataToGroupChanStruct_v1 & v2). Thanks!
If the function doesn t work for you please let me know.
- 2011-02-04 01:25:33下载
- 积分:1
-
MATLABnetwork
《MATLAB 神经网络30个案例分析》程序和数据
包含了基本包含了神经网络的各类常见案列,并提供了具体数据用于Matlab程序计算,非常易于学习者上手和练习。( MATLAB neural network 30 case studies programs and data
Contains the basic neural network contains common types of cases listed, and provides specific data for the calculation of Matlab program, very easy to use and exercise the learner.)
- 2014-09-13 07:19:10下载
- 积分:1
-
target_extract_visual
基于运动区域和运动区域外截矩形进行运动目标检测的程序(campaign based regional and extra-regional movement closed rectangular exercise target detection procedures)
- 2005-06-24 17:11:46下载
- 积分:1
-
rastamat
语音信号特征提取技术,PLP,MFCC,FFT等MATLAB程序。(plp mfcc)
- 2011-10-07 15:18:30下载
- 积分:1
-
zykz
利用最优控制求解汽车路径跟踪程序,其结果收敛性良好。(Optimal control to solve the vehicle path tracking, the results of convergence.)
- 2012-08-15 11:34:07下载
- 积分:1
-
6
说明: 一阶微分算子
一阶微分算子常用的有 roberts 算子、sobel 算子和 prewitt 算子(First-order differential operators of first-order differential operator used the roberts operator, sobel operator and prewitt operator)
- 2013-04-12 16:50:23下载
- 积分:1