parallel execution of system command

14 ビュー (過去 30 日間)
Rashmil Dahanayake
Rashmil Dahanayake 2014 年 9 月 13 日
編集済み: Rashmil Dahanayake 2014 年 9 月 16 日
Is there a way to execute a system command (ie calling up a dos executable/bang operator) parallely. Within a for loop I'm calling up an exe file via system(). However it runs for few mins due to the interaction of internet. In windows its possible to open multiple sessions of dos and run executables. How can I get matlab to open multiple parallel dos sessions.

採用された回答

Rashmil Dahanayake
Rashmil Dahanayake 2014 年 9 月 15 日
編集済み: Rashmil Dahanayake 2014 年 9 月 16 日
This can be achieved by invoking the command "start"
system('start myprog1');
system('start myprog2');

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by