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!