필터 지우기
필터 지우기

How to run an .exe in the background

조회 수: 20 (최근 30일)
Feng
Feng 2012년 10월 2일
댓글: Walter Roberson 2020년 1월 24일
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

채택된 답변

Jason Ross
Jason Ross 2012년 10월 4일
  댓글 수: 2
FastCar
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
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개)

카테고리

Help CenterFile Exchange에서 Application Deployment에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by