-
dbfread
打开DBF文件,打开DBF文件,打开DBF文件(open dbf file)
- 2010-08-06 16:59:34下载
- 积分:1
-
bank_net
关于OPNET里的一个仿真场景,还是可以参考一下,具体对新手还是比较适用的(OPNET in a simulation on the scene, or can refer to the specific comparison to the novice or the applicable)
- 2011-05-24 22:30:23下载
- 积分:1
-
interpolationandCollocation
MATLAB中插值与拟和小函数,便于大家节省敲打键盘的时间 你们只要能够看懂它 并能够在合适的地方调用这些思想 并且有能力进行适当的变化 就已经到家了(MATLAB with the proposed interpolation and small function, This can help people save time and beating the keyboard You will be able to read it and to the appropriate local calls and have these ideas the capability to conduct appropriate changes already extraordinary)
- 2006-12-23 17:04:54下载
- 积分: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
-
matlab2weka
Convinieng tool to use weka in matlab.
- 2010-05-30 05:16:41下载
- 积分:1
-
matlab
ecg signal analysis using matlab
- 2013-12-28 01:01:43下载
- 积分:1
-
LGE
LEG是线性图嵌入算法的matlab源码(LEG code for face recognition)
- 2011-04-29 09:49:14下载
- 积分:1
-
scene
content based image retri for functioning with matlab java visual studio
- 2014-11-15 15:40:59下载
- 积分:1
-
mic_virtio
Intel MIC Platform Software Stack (MPSS).
- 2015-03-13 10:15:49下载
- 积分:1
-
RUN_TEST
MATLAB的一些常用算法,anneal,MLR,PCRUVE,PLSUVE,RUN-TEST,希望对大家的学习有所帮助,(Some common algorithms of MATLAB,anneal,MLR,PCRUVE,PLSUVE,RUN-TEST,hope to learn some help,)
- 2021-03-18 21:09:19下载
- 积分:1