登录
首页 » matlab » fractal

fractal

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

  • 16QAM
    Digital transmission using 16qam
    2010-06-28 23:18:06下载
    积分:1
  • TheFirstExpT
    C语言实现数字信号处理信号过系统(FIR、IIR型滤波器,含画图子函数。) 需:include"graphcis"(C-signals over the digital signal processing systems (FIR, IIR filters, including drawing subroutine.) Must: include " graphcis" )
    2010-12-15 23:08:44下载
    积分:1
  • Turbocode
    包括turbo码编译码程序,译码算法包括sova及max-log-map算法,并有完整链路验证其性能。(including turbo coding- decoding procedures, SOVA including decoding algorithm and max-log-map algorithm, and link integrity test its performance.)
    2006-06-09 16:14:31下载
    积分:1
  • LGBP-feature
    提取Gabor特征,LBP特征,LGBP特征代码(extract Gabor feature,LBP feature and LGBP feature.)
    2014-02-26 19:34:39下载
    积分:1
  • emmc_test.sh
    emmc测试脚本,实现对emmc的简单测试(emmc test shell)
    2020-12-08 21:29:21下载
    积分:1
  • VoiceEnhance
    基于matlab环境,利用谱减法实现语音信号增强(Matlab-based environment, using spectral subtraction to enhance voice signal)
    2009-03-20 18:27:12下载
    积分:1
  • yuzhiextract
    对阈值隐藏图像的提取。已经经过阈值隐藏算法隐藏的二值图像,通过此算法进行信息提取。(Hidden images on the extraction threshold. Hiding algorithm has been hidden threshold binary image information extracted by this algorithm.)
    2010-12-23 10:21:11下载
    积分:1
  • optical_tools_matlab2
    matlab中的光学工具,实现光学仿真实例源代码(第二部分)(matlab opyical tool)
    2013-08-23 19:52:15下载
    积分:1
  • Communication-principle-in-Matlab
    本书主要讲解了通信原理基于MATLAB的计算机仿真(Communication principle in Matlab)
    2015-04-06 15:50:33下载
    积分:1
  • m_file
    this file is usefull for fine alignement of 2 set of data
    2009-10-10 10:52:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载