フィルターのクリア

Initiating a shell command and waiting for the background child tasks to finish before resuming the matlab code.

2 ビュー (過去 30 日間)
esmail
esmail 2015 年 2 月 18 日
回答済み: Shivam 2023 年 7 月 4 日
I'm using shell command system('some-long-running-command &') for running multiple files in background of linux system. However, I am interested to continues my matlab code when all of them are finished. I am using system('wait') but it is not working. I'd really appreciate your response.

回答 (1 件)

Shivam
Shivam 2023 年 7 月 4 日
If you are using & after command I assume this command will not be finished ( until you dont forcefully do that ) , so you want matlab code to be executed after some desired operations (after which you want to execute your matlab code) of that command got finished.
One way is to redirect the output of command to some file and then parse the output and compare with some string which indicates the completion of the operation

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by