搜索资源列表
erzhitu
- 求二值图的算法园程序,在指定的目录下输入图像名称,就可以在Matlab的M文件中运行得到图像的二值图,并输入图像对应的矩阵。根据轮廓下可以生成一个二值图,并把它的图像输出。-Figure 2 value seeking algorithms garden program, in the specified directory name of the input image, we can run Matlab M-file to be binary image map and the input
fractalfigurebuildMATLAB
- 多种分形图形的计算机生成,用MATLAB编写。 有分形树,树叶,Koch曲线等-Fractal figure build by MATLAB
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=
koch
- koch曲线绘制的简单matlab小程序,帮助大家更好理解分形-koch figure plot on matlab