how to locate bin center at appropriate integer value?
    6 ビュー (過去 30 日間)
  
       古いコメントを表示
    
subplot(2,1,1)
 histogram(LH); 
 grid on;
 title("Graph of (LH)");
 xlabel("LH");
 ylabel("Scores");
  hold on;
0 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Histograms についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

