For loop averaging increments

1 view (last 30 days)
Anon97
Anon97 on 16 Feb 2019
Answered: madhan ravi on 17 Feb 2019
I currently have a variable (call it x) with the dimensions of 100x500. How would I create a for-loop that will take the average of the first 10, 20, 30, 40, 50, 60, 70, 80, 90 and 100 and the resulting vectors (ten of them) should be of length 1x500? Please explain what you did.
This is apparently also called ensamble averaging.

Answers (1)

madhan ravi
madhan ravi on 17 Feb 2019
Since it’s homework take mean along the first dimension:
doc mean

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!