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 个)
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!