搜索资源列表
fenxing
- matlab的分形程序:康托集,koch树等-matlab fractal procedures: Cantor sets, koch trees, etc.
fractal
- 分形计算的几个程序原码,可用于康托集,求解非线性方程,分形树,分形维计算,庞加莱截面描述等功能,共19个程序或函数-Fractal several procedures for calculating the original code, can be used for Cantor sets, solving nonlinear equations, fractal tree, the fractal dimension, the Poincare cross-section describe
CantorDust
- cantor dust programm using iteration
MATLABprogram4fractal
- 一些基本的分形的MATLAB程序,比如cantor集,Julia集,分形树的绘制等-Some of the basic fractal MATLAB program, such as the cantor set, Julia sets, fractal tree drawing, etc.
KaSaC
- Koch曲线、Sierpinski三角形、Cantor集的MATLAB实现代码 含结果图-Koch curve, Sierpinski triangle, Cantor set of MATLAB implementation code contains the results of Figure
cantor
- Cantor in chaotic analysis in quasi-periodic root to chaos
cantor
- 该函数实现了cantor三分集的生成,例如输入cantor(0,0,1,0)即可产生[0,1]区间的三分集-The function implements the generation of the cantor ternary set, for example, enter the cantor (0,0,1,0) to generate the third set of the interval [0,1]
0.4P2
- You can use it to make the singularity spectrum of the cantor set .The syms is 0.4P2.
cantor
- 一、Cantor三分集的递归算法 选取一个欧氏长度的直线段,将该线段三等分,去掉中间一段,剩下两段。将剩下的两段分别再三等分,各去掉中间一段,剩下四段。将这样的操作继续下去,直到无穷,则可得到一个离散的点集。点数趋于无穷多,而欧氏长度趋于零。经无限操作,达到极限时所得到的离散点集称之为Cantor集。-A recursive algorithm selection Cantor ternary set a Euclidean line segment length, the three eq
sier_pinski
- Instead of using classical Cantor iteration algorithm,we introduce a cellular automation approach to the construction of Sierpinski triangle,which is simple,direct and magic.