登录
首页 » matlab » fractal

fractal

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

  • B5-85
    Program sends commands via rs232 to the B5-85 power supply.
    2014-11-21 16:28:35下载
    积分:1
  • rader_signal
    本书籍是介绍雷达信号理论的,特别是对雷达初学者有很大帮助(This book is to introduce the theory of radar signals, especially on the radar of great help for beginners)
    2011-11-13 11:03:21下载
    积分:1
  • TUXIANGZHONGZHI
    图像均值和中值滤波,利用matlab软件编写,里面有代码说明,程序运行结果(Mean and median filtering image using matlab software development, which has the code description, the program runs results)
    2013-12-13 10:07:58下载
    积分:1
  • FOGtest
    光纤陀螺仪的光学器件偏振特性测试方法研究,惯性导航与光器件方面可用(fiber optical gyroscope devices polarization characteristics testing method, inertial navigation and the available optical devices)
    2006-09-25 20:27:03下载
    积分:1
  • BP
    BP神经网络:是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。(BP neural network: a Press the front back propagation algorithm to train multilayer feedforward network is one of the most widely used neural network model. BP network can learn and store large amounts of input- output mode mappings without prior reveal mathematical equations that describe this map. It' s learning rule is to use the steepest descent method, through a reverse spread to constantly adjust the network weights and thresholds, so that the minimum squared error of the network. BP neural network topology, including the input layer (input), hidden layer (hide layer) and output layer (output layer).)
    2015-03-26 22:32:47下载
    积分:1
  • yamlipfldaiodusimlple
    应用MATLAB的YAMLIP工具箱求解简单的机组组合问题(YAMLIP unit commitment problems)
    2013-12-25 10:48:53下载
    积分:1
  • cmalms2
    code for blind channel equalization
    2009-09-27 16:08:20下载
    积分:1
  • Cmean
    C-means clustering algorithm
    2010-11-15 16:50:16下载
    积分:1
  • matlab
    matlab的函数大全,挺有用的,不错哦!(function about matlab,very useful!)
    2010-05-12 10:27:59下载
    积分:1
  • matlab
    matlab学习资料《matlab基础及其应用教程》(Matlab learning materials " Matlab base and its application tutorial)
    2012-06-10 19:13:54下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载