搜索资源列表
matlab-koch
- 用matlab编的koch曲线,此程序画出了类似雪花的分形曲线-using Matlab series koch curve, which depicts the procedure similar to snowflakes, the fractal curve
koch_and_serpinski
- 自己编的绘制koch曲线和serpinki垫的matlab小程序
Koch
- 该程序为在matlab环境运行,主要演示koch曲线的生成和变化。以及奇怪吸引子的2D映射情况展示
koch
- 有关分形的matlab程序,简单有效。打开直接运行即可
KOCH曲线生成代码
- KOCH曲线生成代码。从一条直线段开始,将线段中间三分之一部分用等边三角形的两条边代替,形成具有 5个结点的图形,在新的图形中,又将图中每一直线段中间的三分之一部分都用一等边三角形的两条边代替,再次形成新的图形。-Snowflake type KOCH curve generation code。( Write a Matlab program to produce a first dimensional Koch curve)
SaliencyToolbox
- Koch等人最新的注意力选择算法matlab工具箱2006版-Toolbox code of Attention Selection model by Koch 2006
fenxing
- matlab的分形程序:康托集,koch树等-matlab fractal procedures: Cantor sets, koch trees, etc.
snow
- matlab画的科赫雪花曲线,非分形算法,简单易懂-matlab painting Koch snowflake curve, an improper shape algorithm, easy to understand
nonlinear
- 本实验先利用Mathematica求解非线性方程(组),探索不动点的性质 再利用MATLAB探索Koch分形的性质.-In this study, the first use of Mathematica for solving nonlinear equations (group), to explore the nature of the fixed point re-use of MATLAB to explore the nature of the Koch fractal.
KaSaC
- Koch曲线、Sierpinski三角形、Cantor集的MATLAB实现代码 含结果图-Koch curve, Sierpinski triangle, Cantor set of MATLAB implementation code contains the results of Figure
RKH
- random koch generator matlab
fractal_triangle-interpolation
- 分形图形是指那种支离玻碎的几何,及几何特征几何是每个点的每个领域里所包含结合的点的分布是凌乱散落疏密无规则的。常见的分形图形如 Koch曲线,三角形垫等。该程序就是 用matlab程序来生成三角形垫这一分形图形。-Fractal graphics is the kind of the fragmented glass broken geometry, and geometric geometry is characterized by the combination of the points
matlab_Koch
- 利用Matlab对Kouch曲线的程序编写,能生成Koch曲线并绘制图形,级数作为外部参数输入,可调整。-The use of Matlab program of Kouch curve to write, can generate Koch curve and graphics rendering, series as external input parameters, can be adjusted
Fractal-iteration
- 迭代与分形,用matlab画koch雪花以及其他一些和迭代与分形有关的图形。-Fractal iteration, using matlab draw koch snowflake and some other related and iterative fractal graphics.
vonKochMATLAB
- 动画产生vonKoch曲线的MATLAB程序 生成图中第一步n=1时Koch曲线的动画-VonKoch curve generated animation program MATLAB The first step in generating the figure Koch curve when n = 1 animation
koch
- koch curve matlab code
matlab-
- matlab分形(Sierpinski垫片、Koch 雪花、分形树)-matlab fractal (Sierpinski gasket, Koch snowflake, fractal tree)
fractal
- 生成Koch雪花的matlab程序,可以用于研究分形的基本特性。-Matlab code for generating Koch snow,a good example for fractal.