How to measure fractal dimension of surf figure in matlab
I have a surf figure which is obtained by surf
function of matlab. I want to calculate fractal dimension
of this using box counting dimension. How do i get ? surf image is Surf(x,y,z)
. I have tried to measure but height of Z is not picking up.
Can anybody help me .?
Regards Dams
链接地址: http://www.djcxy.com/p/65290.html上一篇: 在边缘遍历昂贵的树中统计估计总节点
下一篇: 如何测量matlab中冲浪图的分形维数