搜索资源列表
hilbert
- 构建hilbert曲线,可以计算gilbert曲线的各参数值-This recursive function calculates coordinates of n-th order Hilbert curve. It is then possible to plot it using the "line" command.
2drawlogb
- 在盒计数法计算分形维时,通过不同的起点得到不同的盒子数和盒子尺度对数比值绘出曲线,其中有些值误差太大,是不可用的,该无标度空间就是通过这个程序来判断的,非常方便。-Different number of boxes and box scale in the box counting method to calculate the fractal dimension, a different starting point to plot the logarithm of the ratio cur
fractal
- 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=
tulun
- 本人毕业设计所写的代码,用于绘制空间凸轮的曲线,-plot cam
koch
- koch曲线绘制的简单matlab小程序,帮助大家更好理解分形-koch figure plot on matlab