how to use histogram(data, num_bins)?
이전 댓글 표시
I have a 8945x1 double array, and I want to view it as a histogram
first try: histogram(data), here's what I get:

second try: using histogram(data, 20):

what am I doing wrong?
data is attached as an excel file if anybody cares to investigate
thanks!
댓글 수: 1
Walter Roberson
2016년 4월 14일
Isn't this a duplicate with http://www.mathworks.com/matlabcentral/answers/278881-how-to-use-histogram-data-num_bins
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!