what can be used instead of histcounts
4 ビュー (過去 30 日間)
古いコメントを表示
i need a vector of the values from histogram data. instead histcounts what code or function can be used.
3 件のコメント
回答 (3 件)
Walter Roberson
2018 年 5 月 31 日
In older versions such as R2014a, the closest equivalent routine is histc()
0 件のコメント
Image Analyst
2018 年 5 月 30 日
You can use imhist(), or histogram(), or histc() or hist(). Or you can do it yourself with a for loop.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!