登录
首页 » matlab » fractal

fractal

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

  • (HOSA)Toolbox
    高阶谱分析,很实用,能帮助分析非平稳信号(Higher order spectral analysis, it is useful to help analyze non-stationary signals)
    2014-02-08 21:33:37下载
    积分:1
  • Numerical-methods-for-Speacial-Functions
    Numerical methods for Speacial Functions for matlab
    2011-11-01 14:26:33下载
    积分:1
  • Var-calculation
    基于MATLAB的风险价值VAR计算,包含蒙特卡洛模拟等相关源码。(MATLAB VAR calculation )
    2015-10-31 22:37:29下载
    积分:1
  • matlab3
    在matlab中使用牛顿插值完成对多项式插值的拟合(Using Newton' s interpolation in matlab to complete the fitting of polynomial interpolation)
    2010-11-03 19:52:49下载
    积分:1
  • jdcx
    本文档是关于matlab的基带成型滤波器的设计,设计思路,及实现方法(matlab)
    2010-12-20 17:51:06下载
    积分:1
  • smooth_diff
    smooth different is types of filter for DSP in matalb
    2013-10-07 20:08:51下载
    积分:1
  • weitohui
    学好数字图像处理,学好matlab,学好vc++,怎么能少了位图转灰度图像c++源码。(you will succeed.)
    2013-11-08 20:08:06下载
    积分:1
  • suijizhendong
    随机振动的功率谱分析,其中的程序对于理解随机振动非常有帮助,希望大家下载学习(Random vibration is very useful,this file is help for the random vibration.)
    2013-12-22 15:08:43下载
    积分:1
  • bijiao
    LMS和RLS算法的对比,及其性能分析,研究其性能曲线的变化(Comparison of LMS and RLS algorithm and its performance analysis to study changes in the performance curve)
    2013-05-19 23:07:35下载
    积分:1
  • EKFUKFCKkk
    包含平方根容积卡尔曼滤波(CKF),无迹卡尔曼滤波(UKF),扩展卡尔曼滤波(EKF)的matlab仿真程序。(Square root volume contains Kalman filter (CKF), unscented Kalman filter (UKF), extended Kalman filter (EKF) of matlab simulation program.)
    2020-06-26 23:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载