histfit (adding values to histogram bins)
4 views (last 30 days)
Show older comments
Hello Everyone,
I am trying to show both PDF nad Histogram in one plot. Therefore, I am using histfit.
But what I need to do, is to show the values inside each bin on the plot (above each bin).
Is it possible?
Thanks.
0 Comments
Answers (1)
Ashish Mishra
on 9 Dec 2020
Firstly read the values of the bins in some variables and use num2str to convert it into string and use text to postion it.
0 Comments
See Also
Categories
Find more on Histograms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!