Binning and averaging data

  • Item one. I have produced a plot which is quite messy. I am wanting to 'bin' the data along the y-axis in intervals of; 10^4-10^5, 10^5-2^6, 2^6-3^6, 3^6-4^6, 4^6-5^6, and so on in intervals of 1^6.
  • Item two. I then want to average these bins with error bars, basically to neaten it out, as there is a lot of data in this plot, and make any trends in the data clearer.

2 件のコメント

dpb
dpb 2018 年 1 月 27 日
Much easier fof folks if you provide the data so they don't have to make up something.
My first try would be to hist with log(y) for binning...
Walter Roberson
Walter Roberson 2018 年 1 月 28 日
y has negative numbers, you can't log() it usefully.

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

カテゴリ

ヘルプ センター および File ExchangeData Distribution Plots についてさらに検索

質問済み:

2018 年 1 月 27 日

回答済み:

2018 年 1 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by