登录
首页 » matlab » fractal

fractal

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

  • Main_SVR_Epsilon
    该文件为支持向量机模型参数的matlab代码 支持向量机模型为专门用于处理不平衡数据的成本控制型支持向量机模型(Matlab code for support vector machine model parameters in the file support vector machine model specifically for the cost of dealing with unbalanced data control support vector machine model)
    2012-05-21 20:07:58下载
    积分:1
  • SMI
    仿真SMI(DMI)算法性能,观察采样快拍数对波束图的影响、接收信号中不包含、包含信号功率逐渐加大对波束图的影响(Simulation SMI (DMI) algorithm performance, the number of snapshots observed sampling effects on the beam diagram, the received signal does not contain, include the gradual increase of the signal power of the beam map)
    2011-08-17 09:47:50下载
    积分:1
  • PABX
    PABX with 8 channels
    2014-12-27 11:01:54下载
    积分:1
  • DataPlot
    从IMU中提取数据,计算出速度、位移,从而得到运动轨迹,实现定位功能(Calculate velocity and displacement data of IMU, thus we can get movement track and achieve locate function.)
    2020-09-14 17:17:58下载
    积分:1
  • 源代码
    说明:  薛定宇教授做的一个关于ADRC的matable,适合新手入门(Professor xue dingyu did a matable about ADRC, suitable for beginners)
    2019-11-19 16:50:42下载
    积分:1
  • Watermarking-1
    Audio Watermarking 1
    2014-10-13 17:25:37下载
    积分:1
  • OAM1184.m
    对涡旋光场光波传输进行仿真,对于不同拓普电荷情况仿真输出。(Lightwave transmission vortex light field simulation for different situations TOP charge simulation output.)
    2020-08-24 15:58:17下载
    积分:1
  • npcinit_Miso
    neural network autogeneous regressive
    2009-06-08 21:41:33下载
    积分:1
  • Unit1
    have players give the function of song category, there is fast forward, pause, stop
    2013-07-30 19:40:13下载
    积分:1
  • SineCosine
    a code on sine cosine wave that can be simulated in matlab
    2013-01-11 16:58:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载