フィルターのクリア

histogram x axis property

1 回表示 (過去 30 日間)
davit petraasya
davit petraasya 2016 年 2 月 21 日
コメント済み: davit petraasya 2016 年 2 月 21 日
Hi
I have time histogram. My time is from 01/01/1962 to 01/01/2016. Hist is giving 10 automatic binning graph. I need hist for every 2 years, 3 years, 4 years... in seperated graph. Such as I did nbins=20. hist(time,nbins). I have got kind of expected result, but not certain. Is there any way to do histogram for every n years(n=2,3,4....).
Thanks!

採用された回答

Image Analyst
Image Analyst 2016 年 2 月 21 日
Use histogram() or histcounts() and supply the "edges" argument. If you have an obsolete version of MATLAB, you can try the old histc() function.
  1 件のコメント
davit petraasya
davit petraasya 2016 年 2 月 21 日
Great help! Thanks Image Analyst. histc() function helped.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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