登录
首页 » matlab » fractal

fractal

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

  • pso_2D
    利用粒子群优化算法实现两个变量求最大值,很实用的一个matlab程序(Particle Swarm Optimization)
    2010-06-06 10:00:48下载
    积分:1
  • SPsnake
    segmentation The result of image segmentation is a set of segments that collectively cover the entire image, or a set of contours extracted the image (see edge detection). Each of the pixels in a region are similar with respect to some characteristic or computed property, such as color, intensity, or texture. Adjacent regions are significantly different with respect to the same characteristic(s).
    2015-02-25 17:00:39下载
    积分:1
  • matlab3
    matlab仿真程序,适合初学者,比较实用,可用性高。(matlab simulation program, suitable for beginners, more practical, high-availability.)
    2008-05-27 10:01:34下载
    积分:1
  • 0c9605289ecdb5ffdf000000
    Capacity and performance analysis of space-time block coded MIMO-OFDM systems over Rician fading channel
    2014-10-15 17:34:14下载
    积分:1
  • prin
    主成分做排名的matlab代码,运用主成分分析计算教练排名得分的方法。( Principal component rankings do matlab code, using principal component analysis method to calculate the coach ranking score.)
    2014-02-21 17:59:00下载
    积分:1
  • Floyd
    基于MATLAB的 Floyd最短路算法(MATLAB-based shortest path algorithm of Floyd)
    2008-04-01 11:54:45下载
    积分:1
  • firework
    基于easyX library的祝福烟花,可以给你的 TA 送去属于你自己的祝福烟花。(Blessing fireworks on easyX library, you can give your TA send your own blessings fireworks.)
    2014-10-18 18:54:31下载
    积分:1
  • encode
    这是一个虹膜识别检测的matlab程序,程序很完整(This is an iris recognition matlab testing procedures, the procedures are complete)
    2010-07-24 10:11:13下载
    积分:1
  • matlab
    MATLAB神经网络仿真与应用很详细的一本书 里面含有代码 就是优点简单 适合初学者(MATLAB neural network emulation and application of a very detailed book that contains a code that is suitable for beginners and the advantages of simple)
    2008-06-06 21:45:07下载
    积分:1
  • NSCTtransform
    基于高斯混合模型的NSCT变换遥感图像融合(Gaussian Mixed Model Based NSCT Remote Sensing Image Fusion)
    2010-05-24 15:25:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载