-
mtsp_ga
求解多旅行商问题的Matlab程序,可用与求解多钻头打孔机(A procedure for solving multiple traveling salesman problem in Matlab.)
- 2013-07-18 22:03:42下载
- 积分:1
-
ravesh_1
fault diagnostic of induction machine via intelli
- 2014-08-21 13:41:26下载
- 积分:1
-
matlab
数字信号处理_matlab实现程序,上面有全套的实验代码(_matlab The realization of digital signal processing procedures, the above experiment with a full set of code)
- 2008-04-30 00:42:47下载
- 积分:1
-
gsc_1n
thies is about the code generalized sidelobe cancellor
- 2011-08-06 18:46:29下载
- 积分:1
-
interpolationslgrithm
matlab常用插值算法源代码,内有本人编写的和下载的程序()
- 2007-08-22 15:26:26下载
- 积分: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
-
MATLAB-super-tutorial
MATLAB2013超级教程,包含matlab的各种功能使用方法,适合初学者(MATLAB2013 super tutorials, contains a variety of functions to use matlab for beginners)
- 2015-04-12 12:28:12下载
- 积分:1
-
MP
说明: 本书是以Matlab作为平台,对在科研中的经常遇见的数学物理方程提供了详细的解法。最重要的是对函数方程提供了可视化界面,是一本在数据处理方面很好的参考资料。(This book is based on Matlab as a platform for scientific research. It offers some special solution for the mathematical physics equations in our scientific works. for the most importantly,this book,as a a very good reference information, provides a visual interface,which is useful for the data processing.)
- 2009-06-23 20:58:31下载
- 积分:1
-
mmvn_toolkit
A toolkit for Gaussian mixtures.
flexible tools for:
Generating univariate, multivariate, or mixtures of gaussians
Interactive viewing tools allows viewing of multidimensional data and models. Initialize models, add and remove dimensions or clusters and inspect the fit in real-time.
Also includes tools to subset the data using model-based (pseudo-)metrics.
- 2009-06-22 17:03:03下载
- 积分:1
-
pvsystem_grid_tied4
光伏电池的matlab仿真模型,主要根据光伏电池的数学模型建立,可以仿真光伏电池随温度与光照条件变化的伏安特性。(Matlab simulation model for photovoltaic cells, photovoltaic cells based primarily on mathematical modeling, simulation of photovoltaic cells can be temperature and light conditions with changes in voltage characteristics.)
- 2021-01-07 16:48:52下载
- 积分:1