登录
首页 » matlab » fractal

fractal

于 2013-03-02 发布 文件大小:2KB
0 294
下载积分: 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 个回复

  • frct2
    2d fractional cosine transform
    2011-06-18 14:18:43下载
    积分:1
  • Svd_Yuyin
    用奇异值分解来对语音信号进行噪声消除(using singular value decomposition of voice signal to noise elimination)
    2005-01-19 09:22:56下载
    积分:1
  • PICTURE
    研究生毕业论文,希望对大家有所帮助,谢谢。顶(Graduate thesis, we want to help, thank you. Top)
    2010-05-26 12:06:27下载
    积分:1
  • mie_scattering
    说明:  通过mie级数计算球体的消光截面,散射截面,吸收截面(Mie series by calculating the extinction cross section sphere, scattering cross section, absorption cross section)
    2011-04-11 16:27:32下载
    积分:1
  • matlab_study
    matlab学习资料,利于新生入门学习,能够更好的应用matlab(matlab learning materials, which will help new students started to learn, to better application of matlab)
    2014-08-16 01:07:32下载
    积分:1
  • beam_model
    根据梁的弯曲振动方程解析求解梁的模态。算法清晰简便!清晰!很好用!(Based on the modal bending vibration equation analytic solution of beam. Algorithm is simple and clear! Clear! Very good use!)
    2020-12-21 15:39:08下载
    积分:1
  • lisa-vhdl2va
    通过modelsim仿真检测matlab生成滤波器效果。(Generate the filter through matlab and simulated by modelsim.)
    2013-12-12 11:17:18下载
    积分:1
  • 3100-微分方数值解法(第4版)-李荣华
    numerical solution on PDE
    2019-03-21 19:58:57下载
    积分:1
  • lesson7
    说明:  初学者的良师益友,高手的真正体显。初学者的良师益友,高手的真正体显。(IT IS VERY GOOD.)
    2010-04-19 16:40:22下载
    积分:1
  • capon
    现代信号谱分析 capon 算法MATLAB例程(spectral analysis of signals)
    2012-05-11 14:27:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载