Clear Filters
Clear Filters

Advanced Indexing inside loop

1 view (last 30 days)
Michael Lauria
Michael Lauria on 6 Feb 2019
Commented: Michael Lauria on 6 Feb 2019
I have a column of years-month (i.e. janurary of 1960= 196001), and of the data for that year. I need to create a loop to calcuate the anual rate of change from month to month. This means if I am starting with 196001 I need to up six months to 19607 grab that value, then subtract that from the value of 195907. Is there a index code that grabs the value of 6 above and 6 below of your original index.
  3 Comments
Andrei Bobrov
Andrei Bobrov on 6 Feb 2019
Please attach small example your data as mat-file.
Michael Lauria
Michael Lauria on 6 Feb 2019
Attatched is an example file

Sign in to comment.

Answers (0)

Categories

Find more on Loops and Conditional Statements 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!