How can I plot this small set as a beautiful histogram?
    3 ビュー (過去 30 日間)
  
       古いコメントを表示
    
I have a set of values which represent a statistic
x =
   227   187   223   254   210   226   229   275   201   188   204   101   180
I am asked to present these values as a histogram. I know I am supposed to use the command histogram, but how do i make the height equal to each value and then add a name for each element?
0 件のコメント
回答 (1 件)
  Simon Allosserie
      
 2021 年 2 月 26 日
        You are not making a histogram if you want to have the height of the bars equal to the value. You are making a bar graph. This should be what you need:
https://nl.mathworks.com/help/matlab/ref/bar.html
2 件のコメント
  Simon Allosserie
      
 2021 年 2 月 26 日
				You're welcome :) Can you vote my answer as the correct one to close this question? Thanks! 
参考
カテゴリ
				Help Center および File Exchange で Histograms についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!