-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
gscale
matlab的gscale函数功能是将强度图像等映射到别的值范围(Function of matlab gscale intensity image is mapped to a different range of values, etc.)
- 2013-11-13 14:58:48下载
- 积分:1
-
itoolsgui
Itools GUI 是itools box的GUI界面,由Lars
Nø rgaard 和 Riccardo Leardi提供(Itools GUI is a freeware Gui(Graphical User Interface) for the Itools toolsbox by Lars
Nø rgaard and Riccardo Leardi)
- 2014-02-19 08:40:42下载
- 积分:1
-
r_8wo5mq
用MATLAB编写的语音信号的短时分析,主要包括:分帧、短时能量、短时平均幅度、短时过零率、 LmCPhB函数、短时幅度差、倒谱、复倒谱 lnRrOUM系数计等,是我多年调试通过的程序
(MATLAB prepared with short-term analysis of the speech signal, including: framing, short-time energy, short-term average amplitude, short-term zero rate,LmCPhB function, short-term amplitude difference, cepstrum, cepstral lnRrOUM coefficient meter, etc. , is a program debugging through my years of
)
- 2016-01-12 13:13:50下载
- 积分:1
-
EdgeDetection
用matlab做的一个边缘侦测,包含Sobel,Prewitt,Roberts,Marr,Canny算子的边缘侦测程序.(Using matlab to do an edge detection, including Sobel, Prewitt, Roberts, Marr, Canny edge detection operator procedures.)
- 2007-11-08 11:09:08下载
- 积分:1
-
ganew
GA PROGRAM for tuning
- 2011-01-18 01:47:21下载
- 积分:1
-
Matlabjijin
讲解了一些最常用的例子并加以说明,从而更深入的了解(Explain some of the most common example is to illustrate to a better understanding of)
- 2011-05-22 11:12:52下载
- 积分:1
-
signal_p
详细的介绍了信号处理过程中的matlab应用,适合初学者学习(Described in detail in the matlab signal processing applications, suitable for beginners to learn)
- 2010-06-20 12:07:16下载
- 积分:1
-
dirctDiff
矢量图像的方向扩散matlab源码,用于图像滤波的方法(Direction diffusion of vector image,used for image filtering)
- 2011-01-14 21:24:11下载
- 积分:1
-
Improving-the-processing
提高MATLAB程序运行效率的方法大全。(A gathering of methods to shorten the processing time in MATLAB. )
- 2013-07-16 10:52:46下载
- 积分:1