登录
首页 » matlab » fractal

fractal

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

  • Programas
    Grafica helice, creada en matlab es una grafica de una funcion que hace que una forma de heclice es muy practica y divertida
    2010-10-08 07:19:22下载
    积分:1
  • GM_MATLAb
    MATLAb的灰色系统的预测数据的简单实现,(MATLAb simple implementation of Grey Prediction)
    2010-10-28 22:02:39下载
    积分:1
  • AffineTransformation
    具体实现三维图像的仿射变换,比较适用于matlab的初学者的。(Concrete realization of three-dimensional image of the affine transformation to compare the application of the beginners in matlab.)
    2008-04-23 17:44:00下载
    积分:1
  • imQuery
    图像检索与查询,实现图像的检索与查询,用matlab编程实现,其中含有图片。(image retrieval)
    2011-04-24 10:46:54下载
    积分:1
  • MatlabAndText
    Matlab在文本字符串上的高级控制功能的实现代码,供大家交流学习之用,珍贵资源!(Matlab in the text string on the implementation of advanced control code for all to share learning, valuable resources!)
    2010-05-11 21:06:38下载
    积分:1
  • bartlett
    巴特利特波束成形基本代码,给初学者提供基本的参考,希望对大家有用(the bartlett beaformming code)
    2012-05-16 15:02:09下载
    积分:1
  • matlab
    matlab的模拟退火算法工具箱,很好的文件啊!!!!(The simulated annealing algorithm matlab toolbox, very good paper ah! ! ! !)
    2013-09-26 16:00:04下载
    积分:1
  • code2
    mimo检测算法zf.zf-sic,mmse,mmse-sic性能曲线的matlab仿真,实测可用( mimo检测算法zf.zf-sic,mmse,mmse-sic性能曲线的matlab仿真,实测可用 MIMO detection algorithm zf.zf-sic, MMSE, mmse-sic performance curve of the MATLAB simulation, measured available)
    2020-06-30 20:00:02下载
    积分:1
  • ReserveDesign_Matlab
    一个动态储备设计问题,需要用matlab的MDP工具箱进行求解。(a dynamic reserve design problem)
    2018-08-26 22:27:44下载
    积分:1
  • RD
    说明:  SAR的RD算法实现完成合成孔径雷达的距离多普勒算法(SAR of the RD algorithm)
    2009-11-18 20:23:32下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载