登录
首页 » matlab » fractal

fractal

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

  • GNSS_SDR
    GNSS sDR application about GPS to use people
    2010-08-05 15:23:14下载
    积分:1
  • NumericalMethod
    several numerical method code
    2009-05-24 23:27:32下载
    积分:1
  • Untitledalmouti
    for computing the BER for BPSK modulation in a Rayleigh fading channel with Alamouti Space Time Block Coding for Two transmit antenna, Two Receive antenna
    2015-04-22 14:37:10下载
    积分:1
  • matlab
    东北大学 薛定谔的高等应用数学问题MATLAB求解的源代码(Northeastern University, Applied Mathematics Higher Schrodinger problem solving MATLAB source code)
    2009-03-14 23:24:58下载
    积分:1
  • MATLAB-SYSTEM-IDENTIFICATION
    关于系统的神经网络的matlab辨识问题(system identification matlab about neural network)
    2010-09-11 11:12:06下载
    积分:1
  • RFnuaCopy
    multi device antenna in matlab
    2013-10-21 01:12:35下载
    积分:1
  • PV_module
    基于MATLAB/SIMULINK,搭建光伏发电系统光伏电池模型(Build a photovoltaic power generation system based on MATLAB/SIMULINK, photovoltaic cell model)
    2020-12-11 19:09:18下载
    积分:1
  • 光线追迹
    matlab 光线追迹,算法比较简单,可供初学者看看。(Matlab ray tracing, the algorithm is relatively simple, for beginners to see.)
    2021-02-05 16:49:57下载
    积分:1
  • inpainting
    object removal在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全(object removal in image processing means that users can remove images of an object, the algorithm can automatically use the background information to fill empty, reaching out is not to look over the effectiveness of treatment, also known as inpainting, the program by matlab languages, has very good results, documents, presentations, test images have complete)
    2007-07-21 10:05:18下载
    积分:1
  • simulatedata
    利用数学形态学开闭设计滤波器消除漂移信号(Opening and closing design using mathematical morphology filter to eliminate signal drift)
    2010-09-02 10:13:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载