save data from all loop iterations

1 view (last 30 days)
Ahmed Alshehhi
Ahmed Alshehhi on 20 Apr 2018
Commented: Stephen23 on 20 Apr 2018
for I=1:10 //calculation for j=1:10 //calculation end end I want to save all the data because the saving method that I used it give my the last result only. Can anyone help my?

Answers (1)

Birdman
Birdman on 20 Apr 2018

You need to read about for loop and subscripting.

https://www.mathworks.com/help/matlab/ref/for.html

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!