登录
首页 » matlab » fractal

fractal

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

  • MATLABinstalmentofaneasydirectory
    安装matlab7.0指南,有链接,步骤简单,适合任何操作系统,并用详细解说,例如虚拟机安装和matlab安装注意事项(针对不同的操作系统)(it is a directory for matlab )
    2010-12-07 18:31:13下载
    积分:1
  • Fingerprint-identificati
    以GUI实现指纹的识别和匹配百分比,中间有对指纹的二值化,M连接,特征提取等处理(GUI fingerprint recognition and matching percentage, the middle of the fingerprint binarization M connection, feature extraction and processing)
    2013-04-18 21:35:49下载
    积分:1
  • fktran_mc
    频率波数域变换,用于雷达成像偏移,频率波数域变换,用于雷达成像偏移的程序(Frequency wave number domain transform, used in radar imaging excursion, frequency wave number domain transform, used in radar imaging migration program)
    2021-03-25 01:09:14下载
    积分:1
  • 111
    BP神经网络模型,用于根据反馈信息,调整,以达到最优值(BP neural network model for feedback adjustments to achieve the optimal value)
    2012-04-30 09:50:30下载
    积分:1
  • yiqunsuanfa1
    能够实现蚁群算法寻优的程序,可以直接运行,运行后出来收敛图(Ant colony optimization algorithm can achieve a program that can be run directly after running out of the convergence plan)
    2020-10-08 14:47:38下载
    积分:1
  • fft
    fft变换仿真程序(应用于各种图像处理通信工程)(the code of frequency fft which can using in magic process and communication)
    2011-01-11 09:03:28下载
    积分:1
  • MATLABProgrammingforEngineers
    Stephen J.Chapman《Matlab编程(中文版)》 Stephen, Matlab编程 本文为Stephen J.Chapman《MATLAB编程(第二版)》英文影印版的中文译本,这本书对初学者很好的入门教材。 第一章 Matlab入门 第二章 Matlab基础 第三章 分支语句和编程设计 第四章 循环结构 第五章 自定义函数 第六章 复数数据、字符串和附加画图类 第七章 稀疏矩阵、单元阵列结构 第八章 输入输出函数 第九章 句柄图形 第十章 用户图形界面 (Stephen J. Chapman " Matlab programming (English Version)" Stephen, Matlab programming paper for the Stephen J. Chapman " MATLAB Programming (Second Edition)" English copy version of the Chinese translation of the book a good primer for beginners. Chapter I Introduction Chapter II Matlab Matlab based on Chapter III branch statements and Programming Chapter IV Chapter V loop structure defined functions Chapter VI complex data, strings and additional drawing classes Chapter VII of the sparse matrix, cell array structure of the eighth input and output functions of Chapter IX Chapter X Chapter Handle Graphics GUI)
    2010-05-16 21:07:11下载
    积分:1
  • fig2_SOM
    The sourcecode of Universally-Convergent Squared-Operator Iteration Methods for fig2 using SOM
    2013-12-03 20:50:07下载
    积分:1
  • KFCM
    聚类算法的KFMC算法,基于模糊矩阵的聚类算法。应用于空间聚类。(KFMC algorithm clustering algorithm, clustering algorithm based on fuzzy matrix. Applied to the spatial clustering.)
    2015-09-21 10:13:54下载
    积分:1
  • MonteCarlo
    四进制通信系统的进行蒙特卡罗仿真程序,以正交信号为基础。当均值分别等于0,0.1,1.0,2.0时完成10000个比特的仿真并求出误差概率。绘出理论误码率和蒙特拉罗仿真的差错率并进行比较这俩个结果,并绘出每个均值情况下判决器的1000个接受信噪比抽样(Four-band communication system to carry out Monte-Carlo simulation procedures to orthogonal signal basis. When the mean, respectively, equivalent to 10,000 completed 0,0.1,1.0,2.0 bit error probability simulation and obtained. Mapping theory and蒙特拉罗BER simulation这俩error rate and compare results, and the mean circumstances of each mapped)
    2008-07-08 14:03:41下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载