how to code this process need flow control?

1 view (last 30 days)
For t=1:20
Operations;
For i=1:4
If i~=1
Opertions;
Else
Start from t=1; (change need help)
End
End
End

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!