登录
首页 » matlab » fractal

fractal

于 2013-03-02 发布 文件大小:2KB
0 125
下载积分: 1 下载次数: 12

代码说明:

  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 )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • gauspyr4a
    该函数的作用是对输入图像做金字塔分解。 level为指定分解图像的层次 ">
    2010-09-07 08:59:52下载
    积分:1
  • Transform
    this is a matlab transform dct
    2009-11-23 08:10:06下载
    积分:1
  • Atken-Gauss-Newton
    艾肯特插值,高斯插值和牛顿插值法的matlab代码。上述三种方法均用于数值插值。(Ai Kente interpolation, the matlab code of the the Gaussian interpolation and the Newton interpolation law. The the above-mentioned three methods are used for the numerical interpolation.)
    2013-05-01 00:03:58下载
    积分:1
  • TD
    说明:  韩京清老师提出的微分跟踪器离散形式,采用simulink中S-function实现的程序(Han Jingqing teacher proposed differential tracker, using matlab simulink realization of the program in)
    2014-07-13 11:33:04下载
    积分:1
  • low_pass.rar
    设计一个低通滤波系统,任意输入三个频率使输入的信号中留下频率最低的 一个分量。(Designed a low-pass filter system, indiscriminate importation of the three input signal frequency so that left one of the lowest frequency component.)
    2009-03-03 19:24:17下载
    积分:1
  • fft_x
    说明:  该程序用于在实验中所测量的振动、噪声、水声以及数值模拟监测所得到的信号,实现信号的频谱分析。(The program is used to measure the vibration, noise, underwater sound and the signal obtained by numerical simulation monitoring in the experiment to realize the spectrum analysis of the signal.)
    2020-02-06 12:13:28下载
    积分:1
  • curve
    用MATLAB实现数值分析中插值与曲线拟合(Numerical analysis in MATLAB realization of the interpolation and curve)
    2010-01-10 23:06:44下载
    积分:1
  • 39709552PMSM
    pmsm的矢量控制模型,喜欢的可以下载看看,不完善的地方欢迎大家讨论
    2010-02-28 15:39:49下载
    积分:1
  • 4-10-bit-Pipelined-ADC-Model
    model non linear of 10 bit Pipelined ADC
    2011-02-05 07:35:32下载
    积分:1
  • homework2
    清华大学信号课程第二次实验,内容是基于傅立叶级数的信号分解以及双音频按键音合成(Tsinghua signal course the second experiment, the content is based on the Fourier series of two-tone signal decomposition and synthesis of key tone)
    2013-12-06 08:43:35下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载