pause a running executable and continue other calculations in Matlab
显示 更早的评论
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 个评论
Walter Roberson
2015-12-22
MS Windows, or OS-X or Linux?
ASauca
2015-12-23
Walter Roberson
2015-12-23
Resource that might matter later: http://stackoverflow.com/questions/11010165/how-to-suspend-resume-a-process-in-windows
Walter Roberson
2015-12-23
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
2015-12-23
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Fortran with MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!