登录
首页 » matlab » fractal

fractal

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

  • pegasis
    matlab code please help
    2015-04-08 07:48:16下载
    积分:1
  • simulationofchannelpaper
    Mat Lab sample file for simulation
    2009-05-23 20:40:47下载
    积分:1
  • 2FSK-of-Communicat
    通信原理课程设计报告_2FSK调制与解调系统设计与仿真(Courses design report _2FSK of Communication Theory modulation and demodulation system design and simulation)
    2013-01-08 11:39:01下载
    积分:1
  • ML_detection
    用似然比方法对信号是否到达进行检测的Matlab源程序,希望采纳(Likelihood ratio method for detecting whether the signal reaches the Matlab source code, hope to adopt)
    2014-02-23 20:01:53下载
    积分:1
  • qaomun
    阵列信号处理的高分辨率估计,相控阵天线的方向图(切比雪夫加权),包含飞行器飞行中的姿态控制,如侧滑角,倾斜角,滚转角,俯仰角。( High-resolution array signal processing estimates, Phased array antenna pattern (Chebyshev weights), It comprises aircraft flight attitude control, such as slip angle, tilt angle, roll angle, pitch angle.)
    2017-01-10 17:40:49下载
    积分:1
  • 分布式电源微电网潮流
    本程序考虑到孤岛和并网的状态,可以进行微电网的潮流计算(This procedure takes into account the island and grid connected state, can be micro power flow calculation)
    2021-03-06 17:19:30下载
    积分:1
  • ditfft
    说明:  Matlab关于FFT算法的编程及原理详细讲解!(Matlab programming on the FFT algorithm and principle explained in detail!)
    2010-03-20 10:48:35下载
    积分:1
  • regress
    说明:  线性回归算法 用matlab实现多元线性回归 用最小二次方法来实现(REGRESS Multiple linear regression using least squares)
    2010-03-20 13:38:13下载
    积分:1
  • chapter_8
    模糊聚类分析,MATLAB编程实现,很好的很经典的源代码,有详细解释(Fuzzy clustering analysis, MATLAB programming, good classic source code, a detailed explanation)
    2013-08-05 17:47:46下载
    积分:1
  • ProgrammingWithMATLAB
    programming with matlab in simple way
    2013-03-16 18:17:56下载
    积分:1
  • 696518资源总数
  • 104360会员总数
  • 40今日下载