How to group and visualize data in histogram?
이전 댓글 표시
I have the following table of data.

I would like to create a histogram plot from January to December showing the number of occurences of each rating for a given month. How to do this one?
답변 (1개)
Cris LaPierre
2020년 12월 17일
0 개 추천
Histogram does not have grouping capability. However, you can use a bar plot instead.
Use histcounts to get the data you need for plotting, and then use the bar function to create the graph. See this example for how to create a grouped bar plot.
Consider sharing your data (attach using the paperclip icon), as I wasn't feeling motivated enough to transcribe data from your screenshot.
카테고리
도움말 센터 및 File Exchange에서 Histograms에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!