This is an example of how to create a histogram plot in MATLAB®.
Read about the "histogram" function in the MATLAB documentation. This function is available in R2014b or newer.
For more examples, go to MATLAB Plot Gallery - http://www.mathworks.com/discovery/gallery.html
MathWorks Plot Gallery Team (2021). MATLAB Plot Gallery - Histogram Plot (https://www.mathworks.com/matlabcentral/fileexchange/35275-matlab-plot-gallery-histogram-plot), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Hi, is any method to stack the histogram by the command "histogram", in the past, I did it as following ways:
bar([case1;case2;case3],'stacked')
The new histogram function in R2014b seems to be decent, but if you're using a previous version of Matlab and you want a more intuitive way to format histograms, consider histf described here: http://www.mathworks.com/matlabcentral/fileexchange/47552-histf/content//histf_documentation/html/histf_documentation.html