Run multiple exe at same time
Show older comments
Dear all,
I would like to know if MATLAB is able to run the multiple exe simultaneously. If yes, how to run it?
Accepted Answer
More Answers (1)
Walter Roberson
on 21 Feb 2022
1 vote
As .exe are specific to Windows, you could consider using .NET System.Diagonstics.Process to create the processes and control them.
3 Comments
xiaohuo
on 21 Feb 2022
Walter Roberson
on 21 Feb 2022
I suggest you look at
xiaohuo
on 10 Mar 2022
Categories
Find more on Simulink in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!