How can I get boxcount() function in Matlab?

 採用された回答

the cyclist
the cyclist 2015 年 7 月 14 日

0 投票

I'm guessing it came from the File Exchange. Is this boxcount function what you are looking for?

11 件のコメント

Nguyen Tuan
Nguyen Tuan 2015 年 7 月 14 日
I am trying to calculate the fractal dimesion of a picture by using box-counting method. Can you have me with this? Thank you
the cyclist
the cyclist 2015 年 7 月 14 日
That function does calculate fractal dimension, so I suspect it is what you want. You need
  • Click "Download Zip" on that page
  • Unzip the resulting file
  • Put the functions somewhere in your MATLAB path
Nguyen Tuan
Nguyen Tuan 2015 年 7 月 14 日
I have downloaded and examine the code. However, I received an error message" Unfinded command/function 'boxcount' from matlab
the cyclist
the cyclist 2015 年 7 月 14 日
You need to put the file boxcount.m in a directory that is in the MATLAB path. You can see which directories are in your path by typing
path
at the command line.
The easiest thing is to put the file in your current directory.
Walter Roberson
Walter Roberson 2015 年 7 月 15 日
Use pathtool to add the directory to your current path rather than putting it in your current directory.
Nguyen Tuan
Nguyen Tuan 2015 年 7 月 15 日
It works. Thank the cyclist and Walter Roberson for your help.
the cyclist
the cyclist 2015 年 7 月 15 日
It's helpful to future users (and rewards our effort here) if you accept the answer, to acknowledge that the solution was useful to you.
waffle
waffle 2017 年 5 月 4 日
編集済み: waffle 2017 年 5 月 4 日
I already did that step but still got error undefined boxcount
Walter Roberson
Walter Roberson 2017 年 5 月 4 日
If you are using a sufficiently new version of MATLAB, then use the Add-On Explorer to add the boxcount contribution.
waffle
waffle 2017 年 5 月 6 日
where are add on explorer?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeFractals についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by