Pausing to Save data and Then Rerun from the Same State
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Kareem Elgindy
le 2 Mai 2022
Réponse apportée : Raymond Norris
le 3 Mai 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 commentaires
Réponse acceptée
Raymond Norris
le 3 Mai 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!