- save intermediate data
- use try and catch to avoid errors
- write code to be robust for all known cases, incl. edge-cases.
- record and re-run failed cases only.
- ...
stop, record and continue a loop function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I have problem in running a for loop function. Let say I'm running 5 loop function, but at 3rd loop, there was an error and I have to stop it manually (press Ctrl+C). Then unfortunately all the previous 2 results were gone. So how can I stop the function without missing the results and at the same time, automatically continue to the next loop? Thanks
2 Kommentare
Stephen23
am 22 Mai 2017
@Fadzli: Some options:
What you use depends on your data and your workflow.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!