-
baioding-Tsai
此程序主要是用于二步法的摄像机标定,可以通过他得出内外参数(this procedure is used mainly to the two-step calibration can be reached through his internal and external parameters)
- 2007-01-21 21:26:04下载
- 积分:1
-
MLP
toi can phan mem nhan dang so lam
- 2012-05-09 17:53:53下载
- 积分:1
-
hundun
基于混沌映射的图像的加密及图像解密程序matlab(Chaos-based image encryption and decryption process)
- 2014-06-24 17:31:34下载
- 积分:1
-
mtetris
matlab编写的俄罗斯方块,很简单,但很好玩(matlab prepared by the Russian box, very simple, but very fun)
- 2007-11-23 16:39:13下载
- 积分: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
-
kmeans
k均值算法用Matlab实现,这个不太确定(k-means algorithm using Matlab achieve, this is not so sure)
- 2012-10-17 22:20:36下载
- 积分:1
-
m2
说明: 最炫民族风的源代码,喜欢的可以下载下来,放在matlab中听一下。另外,这里还有其他音乐代码,需求的可以私信我。(The most unusual national wind source code, like you can download and put matlab liking it. In addition, there are other music code, demand can private letter to me.)
- 2013-12-26 20:42:56下载
- 积分:1
-
VENSFD
matlab开发的元胞自动机交通流仿真程序(matlab traffic program)
- 2014-02-08 08:04:53下载
- 积分:1
-
NewtonR
newton rapshon mejorado implementado al 100
- 2010-08-25 11:59:06下载
- 积分:1
-
optium
阵列处理作业,最优权(mvdr)加cheb窗(可自定义)性能对比(Performance comparison of the optimal weight (mvdr) cheb window)
- 2012-06-05 16:54:16下载
- 积分:1