登录
首页 » matlab » fractal

fractal

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

  • Gaussian_interpolation
    插值算法,具体使用方向为高斯插值,Kriging插值可以参考(Interpolation algorithm, the specific direction of the Gaussian interpolation, Kriging interpolation can refer to)
    2010-12-08 12:42:56下载
    积分:1
  • ReadPSD
    解析PSD,通过搜集找到的c# 解析psd的源码 (analysis psd)
    2010-05-11 16:57:06下载
    积分:1
  • kfold
    Create a Neural Network with matlab
    2012-04-23 19:13:53下载
    积分:1
  • music
    利用matlab工具编程播放一段卡农音乐,乐曲部分可任意修改(Programming using matlab tool plays a Canon music, song and part can be freely modified)
    2013-04-06 15:03:14下载
    积分:1
  • ruihua
    matlab对图片的锐化实例代码,,包括各种滤波模板的处理算法(matlab code for image sharpening instance, includes a variety of filter template processing algorithms)
    2011-11-29 18:52:48下载
    积分:1
  • over-current-relay
    OCR for grid network
    2015-01-09 15:13:35下载
    积分:1
  • contrastImprove5
    Contrast improuvement using INT operators Ion grayscale image
    2013-01-28 00:40:31下载
    积分:1
  • CHUANSHUJUZHENG
    传输矩阵法计算光子晶体的的透射率的程序,运行环境是matlab软件,比较好用。(Transfer matrix method photonic crystal transmittance of the program, the operating environment is matlab software, relatively easy to use.)
    2014-03-03 22:39:47下载
    积分:1
  • Mtlab1rar
    MATLAB·各种命令都有,可随意查询。(MATLAB has a variety of command, are free to query.)
    2009-07-12 19:04:38下载
    积分:1
  • DSP_MATLAB
    matlab非常全的编程实例,代码丰富,初学者的佳品(matlab very wide programming examples, code-rich, beginners Jiapin)
    2008-08-12 10:39:08下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载