Plot histogram values and ranges
27 次查看(过去 30 天)
显示 更早的评论
Hello Mathwork's community.
I'm trying to plot an histogram of a vector and I'm getting the following figure:
It's been coded so that there are 30 bins. The thing is that I would like the first been to only represent the 0 values and afterwards keep representing those bin edges, but as you can see on the picture, the first bin goes from 0 to 10.4. I've been doing some research but still can't figure it out.
I'd really appreciate if someone could give me a hand.
Thank you,
Santos
0 个评论
回答(1 个)
Star Strider
2021-3-15
The histogram function allows you to specify whatever bin edges you want. See Specify Bin Edges of Histogram for details.
4 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!