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!