pause a running executable and continue other calculations in Matlab
Show older comments
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 Comments
Walter Roberson
on 22 Dec 2015
MS Windows, or OS-X or Linux?
ASauca
on 23 Dec 2015
Walter Roberson
on 23 Dec 2015
Resource that might matter later: http://stackoverflow.com/questions/11010165/how-to-suspend-resume-a-process-in-windows
Walter Roberson
on 23 Dec 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
on 23 Dec 2015
Accepted Answer
More Answers (0)
Categories
Find more on Fortran with MATLAB 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!