登录
首页 » matlab » fractal

fractal

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

  • FFTtest123
    使用matlab来实现数据的频谱分析,excel数据可以使用随机数据。(Using Matlab to realize signal spectrum analysis, excel can use random data.)
    2015-03-25 16:05:55下载
    积分:1
  • matlabnihe
    说明:  MATLAB拟合插值预测程序,对于数学建模很有用,我的导师传给我的,在这与大家分享(MATLAB interpolation projections fitting procedure is useful for mathematical modeling, I am a mentor to me, to share with you in this)
    2009-08-16 00:07:28下载
    积分:1
  • NLSVM_Training
    关于支持向量机的权值训练过程 采用matlab软件进行编程(NLSVM_Training for matlab)
    2012-01-10 11:14:11下载
    积分:1
  • SVM_lzb1p0
    简单的支持向量机工具箱,包含几种简单的核函数(Simple support vector machine (SVM) toolkit that contains several simple kernel function)
    2015-04-22 20:40:11下载
    积分:1
  • autocorrelazione
    Autocorrelation speech signal for matlab. Computes the f0 frequency.
    2009-10-30 07:49:33下载
    积分:1
  • music
    频率估计的根MUSIC方法.y ->数据向量 n -> 模型阶数 m -> 矩阵阶数 w <- 频率谱估计(The Root MUSIC method for frequency estimation.)
    2013-12-05 13:14:17下载
    积分:1
  • 霍夫曼编码
    运用matlab实现霍夫曼编码,可以自己输入(Using MATLAB to achieve Hoffman encoding, you can input it yourself)
    2020-11-17 09:29:39下载
    积分:1
  • dynamic-meterology(5_9chapter)part-2
    an introduction to dynamic meterology chapter 5-9 chapter matlab所有代码 气象专业经典资料(an introduction to dynamic meterology chapter 5-9 matlab code)
    2013-12-11 18:42:30下载
    积分:1
  • programdecomp
    this program used in the denoising muticopie transformed images via wavelet
    2010-07-04 17:13:31下载
    积分:1
  • izigzag_kaiyuan
    图形图象中dct变换中用到的反zigzag扫描原代码是基于matlab中的开发(graphic images used Copy transform the anti-Zigzag scanning source code, which is based on Matlab Development)
    2006-12-11 09:51:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载