登录
首页 » matlab » fractal

fractal

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

  • code-v
    code V 入门指南电子版,希望对大家有帮助~(code V Getting Started Guide electronic version, we want to help ~)
    2014-02-05 16:48:23下载
    积分:1
  • Gabon-Filter
    Image Processing with Gabon Filters
    2014-12-23 05:17:15下载
    积分:1
  • ercichaz23
    机械优化设计主要包括建立优化设计问题的数学模型和选择合适的优化方法及程序两方面的内容.基于二次插值法的基本原理,通过实例,编写MATLAB程序进行求解,计算结果说明了二次插值法是一种求解一元函数极小点问题最优解的可行高效的方法.(Mechanical optimization design includes a mathematical model to optimize the design of the problem and choose the appropriate two aspects of optimization methods and procedures based on the basic principles of quadratic interpolation method, is solved by way of example, the preparation of MATLAB, the results illustrate the quadratic interpolation method is a function of one yuan to solve the problem of the optimal solution of the minimum point efficient way possible.)
    2014-01-19 16:44:12下载
    积分:1
  • RootMUSIC
    说明:  自己编写的RootMUSIC算法进行信号频率估计的Matlab代码。(Matlab code of RootMUSIC frequency estimation algorithm.)
    2021-03-24 11:19:14下载
    积分:1
  • pca-eigenface.tar
    pca eigenface application
    2010-07-27 22:14:10下载
    积分:1
  • analysis
    matlab矩阵中脑电的三维数据矩阵转换成二维数据矩阵(the matlab matrix in three-dimensional data matrix EEG convert two-dimensional data matrix)
    2013-02-02 20:42:22下载
    积分:1
  • musicdeviationsnapshotvarying
    Matlab工具仿真,经典MUSIC算法,一次性得到多个信号的DOA估计参数(using matlab tool and classical MUSIC mathod,to get doas for multiple signals. good.)
    2014-09-27 21:58:29下载
    积分:1
  • fuzzy_system_data
    模糊控制系统的例子,易于学习,简单实用,方便(fuzzy controler)
    2013-12-14 15:40:42下载
    积分:1
  • xtjl
    实现了25种系统聚类的方法,在函数的选项里面可以进行方便的指定。同时可以自动计算这25种方法的评价函数,选择最优的系统聚类方法(25 kinds of systems to achieve a clustering method, in function of the option which can be easily specified. At the same time, it can automatically calculate the 25 kinds of methods of evaluation function, the system choose the best clustering method)
    2009-05-09 17:10:49下载
    积分:1
  • filter
    用MATLAB编程实现巴特沃兹低通、带通滤波器(Using MATLAB programming巴特沃兹low-pass, band-pass filter)
    2008-06-13 21:14:13下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载