Run multiple exe at same time
5 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
Voss
2022 年 2 月 21 日
Yes, you can use "&" to return control to MATLAB immediately after the exe starts. Then you can immediately run an exe again. For instance:
!excel.exe &
!excel.exe &
That would start two instances of Excel.
5 件のコメント
その他の回答 (1 件)
Walter Roberson
2022 年 2 月 21 日
As .exe are specific to Windows, you could consider using .NET System.Diagonstics.Process to create the processes and control them.
参考
カテゴリ
Help Center および File Exchange で MATLAB Functions in Microsoft Excel についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!