登录
首页 » matlab » testfunction

testfunction

于 2010-05-02 发布 文件大小:4KB
0 243
下载积分: 1 下载次数: 1

代码说明:

说明:  各种测试函数的源代码,包括ackleysfunction、braninfunction等(Various test functions of the source code, including ackleysfunction, braninfunction etc.)

文件列表:

StepFunction.m
AckleysFunction.m
BraninFunction.m
GeneralizedGriewankFunction.m
GeneralizedPenalizedFunction2.m
GeneralizedPenalizedFunction.m
GeneralizedRastriginsFunction.m
GeneralizedRosenbrocksFunction.m
GeneralizedSchwefelsproblem226.m
GoldsteinPriceFunction.m
JDSchafferFunction.m
QuarticFunction.m
SchwefelsProblem12.m
SchwefelsProblem221.m
SchwefelsProblem222.m
ShekelsFoxholesFunction.m
SixHumpCamelBackFunction.m
SphereModel.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • junzhi
    k-均值算法,主要进行在matlab中的程序实现,进行图像的分割处理(k-means algorithm, mainly for the program in the matlab implementation for image segmentation)
    2010-06-03 19:04:39下载
    积分:1
  • IEEE_UWB_recommend_matlab-simulation
    该压缩包包括两个m文件,一个为IEEE推荐的UWB信道模型的matlab仿真程序,另一个为对应的RMS时延扩展计算,并附带了一个文档文件作说明。(The archive includes two m files, one for the IEEE UWB channel model recommended by the matlab simulation program, and the other for the corresponding calculation of RMS delay spread, and comes with a document file for instructions.)
    2010-05-19 20:45:25下载
    积分:1
  • 3_sa
    this is a code for viterbi in the forward mode
    2011-06-13 15:50:30下载
    积分:1
  • LQRIP
    一级倒立摆lqr算法,m文件。效果不错,(an inverted pendulum lqr algorithm, m documents. Worked quite well.)
    2007-03-13 14:43:40下载
    积分:1
  • newpv
    太阳能光伏阵列的matlab simulink 仿真 不带mppt功能(Matlab simulink simulation of solar photovoltaic array function without mppt)
    2015-03-10 15:48:58下载
    积分:1
  • Matlab7andsimulink
    simulink and matlab7
    2009-12-26 19:18:43下载
    积分:1
  • chap5_04_PID
    matlab中增量式PID控制(Incremental PID Control in MATLAB)
    2020-06-15 22:30:02下载
    积分:1
  • xiaobobianhuanlvbo
    说明:  小波变换滤波的matlab程序的实现用于图像的背景抑制(Wavelet filter for image matlab program to achieve the background suppression)
    2011-03-19 18:02:23下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • mppt_SCIG
    MPPT using slidingmode control for DFIG
    2020-11-09 09:49:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载