登录
首页 » matlab » fractal

fractal

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

  • ex_loadsave
    it is a matlab code about handling .it is about exloadsave.it is for oversteering consttuction.
    2011-05-11 07:13:41下载
    积分:1
  • trips
    This demonstrates the use of subtractive clustering to model traffic patterns in an area based on the area s demographics.
    2010-05-31 22:57:45下载
    积分:1
  • SuperResolution
    基于FFT的超分辨率算法,该算法使用原始数据的梯度信息,不用加入先验的约束(Super-resolution based on FFT)
    2012-05-26 11:03:38下载
    积分:1
  • solar2
    PV系统阴影遮挡模拟源代码,2013a metlab开发(the code for simulation of the shaded PV system)
    2013-10-31 13:50:00下载
    积分:1
  • Outlook
    KALMAN filter for linear time invariant estimation
    2014-01-14 21:39:44下载
    积分:1
  • 通过MATLAB矩阵实验室,学习基于小波变换的电能质量扰动分析
    说明:  通过MATLAB矩阵实验室,学习基于小波变换的电能质量扰动分析。(Analysis of Power Quality Disturbance Based on Wavelet Transform by MATLAB Matrix Lab.)
    2017-03-04 16:31:42下载
    积分:1
  • dingchun
    2. 要求: ① 收集资料,全面分析课题,分解问题,形成整体编程思路; ② 深入分析各个小问题,编写各部分程序模块; ③ 对于设计中用到的关键函数,要联系问题进行具体介绍; ④ 上机调试,确保程序能正确运行; ⑤ 完成设计报告,并进行答辩。(2. Requirements: ① the collection of information, a comprehensive analysis of topics, decomposition problem, the formation of the overall programming ideas ②-depth analysis of various minor problems, the preparation of the various parts of program modules ③ used for the design of the key function, it is necessary to link the issue of details ④ debugging on the machine to ensure that procedures are functioning correctly ⑤ complete the design report and to respond.)
    2007-06-17 11:56:18下载
    积分:1
  • predictive-model
    一个传递函数利用子空间建模并验证的程序,适用于预测控制相关建模(A transfer function using the sub-space modeling and verification procedures)
    2020-07-28 09:18:39下载
    积分:1
  • VSI_SVPWMcontrol
    Voltage source inverter - SVPWM control
    2012-11-22 22:12:02下载
    积分:1
  • GA
    说明:  适用于初学者接触的GA算法,是其核心思想的简单实现(GA algorithm suitable for beginners is a simple implementation of its core idea)
    2020-06-23 10:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载