How can I produce the histogram with specific number of bins and calculate the number of counts in matlab 7.5.0?

조회 수: 2 (최근 30일)
Hello, Have a nice year everyone. I would like to ask you how can I produce a histogram with specific number of bins and calculate the number of counts in matlab 7.5.0?

답변 (1개)

Walter Roberson
Walter Roberson 2016년 1월 8일
[counts, centers] = hist(data, NumberOfBins);

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by