-
matlab
MATLAB 程式设计与应用,有很多用途的示例,及对接口都有详细的说明()
- 2007-09-02 17:39:42下载
- 积分:1
-
aproksymacja_neuronem
neural network for approximation some 1-D function
- 2009-06-17 18:25:11下载
- 积分:1
-
ompbox7
compressive sensing theory
- 2013-08-16 21:20:20下载
- 积分:1
-
MATLAB
matlab最全的命令集合,学习matlab好帮手(MATLAB the most complete command set, learning matlab a good helper)
- 2013-10-12 10:49:39下载
- 积分:1
-
fiber-laser-new-letters
光纤激光器相关文献,文章描述了光纤激光器的一些最新进展,适合有关领域的研究人员研究时作参考。(fiber laser)
- 2014-11-11 20:55:00下载
- 积分:1
-
mtlabpml
摩尔边界的源码在计算电磁学中有很大应用,matlab源码,大家好好学习!!!(Moore border in the calculation of electromagnetic source has great application in the study, matlab source, study hard everyone! ! !)
- 2009-03-12 16:44:16下载
- 积分:1
-
fsk
fsk的实现程序!很好的。大家看看。
fsk的实现程序!很好的。大家看看。(the realization of the procedure fsk! Very good. Let us take a look. the realization of the procedure fsk! Very good. Let us take a look.)
- 2009-06-15 17:24:46下载
- 积分: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
-
SlatingIncidenceRectangularGrating1
矩形光栅衍射效率的一般表达式的Matlabf仿真模拟(The general expression of rectangular grating diffraction efficiency Matlabf simulation)
- 2016-04-04 09:56:54下载
- 积分:1
-
SOM
说明: 柴油机故障诊断SOM神经网络的数据分类MATLAB源码(SOM neural network data classification--MATLAB source code...)
- 2020-05-08 09:08:56下载
- 积分:1