フィルターのクリア

histogram maximum but not as bin border

1 回表示 (過去 30 日間)
mick strife
mick strife 2014 年 5 月 10 日
回答済み: dpb 2014 年 5 月 10 日
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
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

カテゴリ

Help Center および File ExchangeHistograms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by