-
MATLABR2006ateaching
MATLABR2006a基础教程 (MATLABR2006a Essentials)
- 2008-03-06 10:01:19下载
- 积分:1
-
goldsection
黄金分割法求解下单峰函数的极小值
是一个比较好的代码(Golden section method of single peak function of the minimum value is a better code)
- 2008-03-24 22:40:22下载
- 积分:1
-
Hopfield
this is simple sample of Hopfield neural network
main file: Hopfield.m
- 2011-01-24 01:01:24下载
- 积分:1
-
voronoi
matlab生成的voronoi图,可用于多相复合材料的计算问题。(to creat a voronoi )
- 2011-04-20 09:56:03下载
- 积分:1
-
gafmax
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% FUN------------目标函数
% LB-------------自变量下限
% UB-------------自变量上限
% eranum---------种群的代数,取100--1000(默认1000)
% popsize--------每一代种群的规模;此可取50--100(默认50)
% pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8)
% pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1)
% options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)( [BestPop, Trace] = fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation) Finds a maximum of a function of several variables. Fmaxga solves problems of the form: max F (X) subject to : LB <= X <= UB BestPop-------- optimal chromosome groups is the best group Trace---------- chromosome corresponding to the best objective function value FUN------------ objective function LB------------- variable lower limit since the UB------------- variable upper limit eranum--------- populations algebra, take 100- 1000 (default 1000) popsize-------- population size of each generation this desirable 50- 100 (default 50) pcross--------- crossover probability, the probability of a general check 0.5- 0.85 between the better (default 0.8) pmutation------ mutation probability, the probability of 0.05 general admission better about-0.2 (default 0.1) options-------- 1 × 2 matrix, options (1) = 0 binary code (default 0), option (1) ~ = 0 decimal coding, option (2 ) set accuracy (default 1e-4))
- 2006-10-18 16:07:48下载
- 积分:1
-
fixed_point_systems
Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )
- 2009-05-14 04:39:19下载
- 积分:1
-
LevelSet
The demo of the Level Set method
- 2009-12-12 02:15:05下载
- 积分:1
-
HYSTERESIS
This is a MATLAB Simulation file in which Hysteresis modulation method for a Full Bridge (2-legs) inverter has been done.The load is single Phase R_L.
- 2011-05-11 22:24:53下载
- 积分:1
-
Wiener-filter
matlab的维纳滤波器源码,内容较少,但滤波器的功能都有!(the source code of Wiener filter)
- 2011-06-11 10:39:00下载
- 积分:1
-
Communications-Principles_matlab
概率论、随机过程、信号系统、信号交织、脉冲成型、扩频序列、幅度调制、频率调制、相位调试介绍及matlb程序仿真(Digital communication principle Based on the matlab simulation
)
- 2014-11-05 15:45:15下载
- 积分:1