Pausing to Save data and Then Rerun from the Same State
3 views (last 30 days)
Show older comments
Kareem Elgindy
on 2 May 2022
Answered: Raymond Norris
on 3 May 2022
I have a code that is using parfor and is currently running for more than 6 days. Can I pause the code to save the obtained data and rerun the code later from the last state obtained at pausing?
0 Comments
Accepted Answer
Raymond Norris
on 3 May 2022
There isn't. parfor blocks MATLAB from anything else. To "stop" the parfor, you'd need to hit Ctrl-C, but then you'd stop the parfor loop for good.
0 Comments
More Answers (0)
See Also
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!