Want to retain location in a histogram plot

1 次查看(过去 30 天)
I have plotted a histogram using the hist function in MATLAB however, I want to find out the original location of the values in the various bins when they were in my original vector. How do I go about doing that?

采纳的回答

Star Strider
Star Strider 2014-11-3
Use the histc function instead of hist to do that. From the histc documentation:
  • [bincounts,ind]= histc(_) returns ind, an array the same size as x indicating the bin number that each entry in x sorts into. Use this syntax with any of the previous input argument combinations.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by