登录
首页 » matlab » fractal

fractal

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

  • kalman_update
    Kalman filter examples, kalman_update
    2010-08-09 16:31:17下载
    积分:1
  • main
    Used to plot temp VS time graph But has no data attached n the x axis(time) has time string format
    2009-05-01 13:37:00下载
    积分:1
  • signal2
    说明:  信号产生的matlab仿真,包括单位冲激,单位阶跃,符号和抽样信号,内容丰富,适合信号分析同学使用(signal by matlab)
    2011-03-25 18:14:07下载
    积分:1
  • mmcaxisd
    说明:  matlab图像处理:color axis例程(matlab image processing: color axis routines)
    2008-11-30 12:46:16下载
    积分:1
  • vrms
    均方根速度求取程序,利用matlab,非常有用,欢迎下载。(rms velocity )
    2013-04-07 21:27:20下载
    积分:1
  • factor_analysis
    多元统计分析中的因子分析的代码,比较简洁(code of factor analysis in multiple statistics analysis)
    2012-04-23 09:47:31下载
    积分:1
  • psk31_9b_12a
    PSK31 Model with Symbol Timing and Carrier Recovery(This model implements a communication standard known as PSK31. The transmit portion of the model can either synthesize the PSK31 signal, or use real world signals that were captured as Wave files. The receiver features include: Automatic Frequency Control, Automatic Gain Control, Symbol Timing recovery with a fractionally spaced Farrow interpolator, Decision Directed Carrier Phase Lock Loop, dbsk or dqpsk demodulation with FEC. References are provided in the Model.)
    2012-05-14 22:08:58下载
    积分:1
  • Untitled
    retinal blood vessel processing different angles or different orientation
    2013-05-07 14:21:23下载
    积分:1
  • sensor
    Check this file for sensor
    2011-01-22 02:19:48下载
    积分:1
  • GRE-Books---Big-Book(scanned)
    GRE Bib book good book for international GRE Preparation
    2011-02-11 14:06:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载