-
xiaoqiuxialo
这是一个用MATLAB编的模拟一个小球的下落过程 ,很不错,希望和大家分享.(This is an addendum to the MATLAB simulation of a small ball on the whereabouts of course, very good, and he hopes to share with you.)
- 2007-05-05 11:08:52下载
- 积分:1
-
FDFD_pc
This MATLAB code demonstrates the finite-difference frequency-domainmethod by modeling transmission and reflectance from a photonic crystal.(This MATLAB code demonstrates the finite-difference frequency-domain method by modeling transmission and reflectance from a photonic crystal.)
- 2009-10-01 10:26:11下载
- 积分:1
-
Bayesian
Matlab贝叶斯分类器+(Bayers)程序,程序源码(Matlab Bayesian classifier+ (Bayers) program, program source code)
- 2011-04-21 16:13: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
-
programming-Windows--fifth
windows 程序设计 第五版 文字版,程序员经典丛书(Text version of the fifth edition of windows programming, programmers Classic Series)
- 2014-02-03 12:16:23下载
- 积分:1
-
imhist
本源码是关于图像直方图的绘制原理,也就是matlab中imhist函数的实现方法。对初学图像的人有帮助。(imhist fuction )
- 2010-11-08 21:54:46下载
- 积分:1
-
shijanxulie
matlab实现时间序列分析,供初学者学习(Time series analysis matlab realize, for beginners to learn)
- 2013-09-09 17:02:42下载
- 积分:1
-
Power_Flow
matlab power flow toolbox with document
- 2014-01-27 18:39:30下载
- 积分:1
-
chanshenghengtiaowen
可以用本程序产生散斑竖条纹,简单实用,便于操作。(This program can be used to produce speckle vertical stripes, simple, practical, easy to operate.)
- 2014-03-22 11:45:57下载
- 积分:1
-
apiext
Matlab 官方工具箱使用说明
apiext外部程序使用手册(Matlab toolbox for use in official external program apiext user manual)
- 2008-01-26 17:21:06下载
- 积分:1