Clear Filters
Clear Filters

Error bars for large noisy data sets

5 views (last 30 days)
William White
William White on 12 Jun 2018
Commented: William White on 12 Jun 2018
Dear all, I have ten large linear arrays (50,000+ elements) such as
A = [ An1 An2....An50000 ] B = [ Bn1 Bn2....Bn50000 ] .... J = [ Jn1 Jn2....Jn50000 ]
I can make a simple average of these arrays by adding them and dividing by ten and this reduces the noise substantially.
What I would like to do is plot this average with error bars that represent the noise in the original ten arrays. The arrays are large, so maybe error bars at sensible increments (say ten error bars across the entire range where the deviation from the average is greatest)
thanks
  1 Comment
William White
William White on 12 Jun 2018
sorry, I should have made clear in the first line that the arrays contain noisy data; and in the second sentence that averaging the arrays reduces the noise.

Sign in to comment.

Answers (0)

Categories

Find more on Line Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!