-
matlabdplizi
这是这是一个动态规划法逆序算法的算例 联合开发网 - pudn.com
- 2012-04-17 19:30:31下载
- 积分:1
-
gui-click
yhis program is a simple code for a gui in matlab it is a simple click program
- 2012-04-24 14:45:04下载
- 积分: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
-
PowerFlowCalculationPackagesV3.0
用于潮流计算的实用程序是电力系统毕业设计的必备程序包 使用范围很广的 欢迎测试(Flow calculation for the utility power system is essential graduation package designed to use a wide range of welcome to the test)
- 2009-04-27 17:12:31下载
- 积分:1
-
BTT6DOF
btt源码 六自由度仿真,全弹道仿真,倾斜转弯(btt source 6-DOF simulation)
- 2012-05-11 09:03:02下载
- 积分:1
-
MATLAB-image-processing-base
MATLAB图像处理基础,MATLAB数字信号与图像处理范例实战速查宝典第八章内容(MATLAB image processing base)
- 2014-11-27 10:59:08下载
- 积分:1
-
matlabBook
matlab入门教程,最简单实用的教程,里面详细又不乏简要,用最短的时间完成最复杂的学习!(matlab Getting Started Guide, the most simple and practical tutorials, where there is no lack of detailed and concise, with the shortest time to complete the most complex to learn!)
- 2008-12-22 12:53:11下载
- 积分:1
-
MU-OFDM_release
this is based on mat-lab programs for mu-0fdm
- 2013-01-05 20:56:22下载
- 积分:1
-
DS_fusion
DS证据理论matlab 实现的源程序,.m格式的源程序(Implementation of nearest-neighbor algorithm matlab source,. M format of the source)
- 2011-11-19 14:06:44下载
- 积分:1
-
BCEncode
二维码操作程序示例二维码操作程序示例二维码操作程序示例二维码操作程序示例(Two-dimensional example of a program of two-dimensional code code example of a program of two-dimensional example of a program of two-dimensional code code example of a program)
- 2013-12-03 11:33:43下载
- 积分:1