what can be used instead of histcounts

3 次查看(过去 30 天)
i need a vector of the values from histogram data. instead histcounts what code or function can be used.
  3 个评论

请先登录,再进行评论。

回答(3 个)

Walter Roberson
Walter Roberson 2018-5-31
In older versions such as R2014a, the closest equivalent routine is histc()

Yuvaraj Venkataswamy
编辑:Yuvaraj Venkataswamy 2018-5-30

Image Analyst
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.

类别

Help CenterFile Exchange 中查找有关 Data Distribution Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by