How to run an .exe in the background
12 次查看(过去 30 天)
显示 更早的评论
I have an application file that I can run with command system('app.exe')
However I will have to wait for the application to close before I can issue another MatLab command. Is there anyway that I can run this application in the background?
Thanks,
Feng
0 个评论
采纳的回答
Jason Ross
2012-10-4
Try using "&" at the end.
2 个评论
FastCar
2020-1-24
Is it possible to run program.exe for a number of times (let's say one for each computer's core) and then let matlab wait until each application has finished?
Walter Roberson
2020-1-24
Use .Net to start the processes. https://www.mathworks.com/matlabcentral/answers/497886-finding-pid-of-external-process-called-from-matlab#answer_407569
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!