pause a running executable and continue other calculations in Matlab
Afficher commentaires plus anciens
Hello,
I am running a Fortran executable inside a Matlab code (whith some other calculations). This executable will pause at one moment specified by me. When the executable is in pause, no other calculation will be performed in Matlab. How can I continue the rest of calculations from Matlab (the execution of other Matlab lines) and to restart the running of the executable afterwards?
Thanks in advance! A.S.
5 commentaires
Walter Roberson
le 22 Déc 2015
MS Windows, or OS-X or Linux?
ASauca
le 23 Déc 2015
Walter Roberson
le 23 Déc 2015
Resource that might matter later: http://stackoverflow.com/questions/11010165/how-to-suspend-resume-a-process-in-windows
Walter Roberson
le 23 Déc 2015
How can you determine whether the program has reached its suspension point? For example does it output a particular line? What does the program need in order to know it should resume?
ASauca
le 23 Déc 2015
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Fortran with MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!