histogram maximum but not as bin border
이전 댓글 표시
Hello, i want to create a histogram which shows the maximum and minimum value at a defined bin width. Therefore the i.e. max-value is not necessary a "bin border" in the graph. Is that in matlab possible?
Thx!
답변 (1개)
dpb
2014년 5월 10일
Use either hist or histc with the optional vector of bin centers/edges depending on which way you want to specify the bins.
doc hist
doc histc
for details/examples
카테고리
도움말 센터 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!