Suppress External Program Output with Start

조회 수: 1 (최근 30일)
Russell Marki
Russell Marki 2018년 6월 19일
답변: Shweta Singh 2018년 6월 19일
I want the command prompt to never pop up but I need the program to run in parallel with other programs.

채택된 답변

Shweta Singh
Shweta Singh 2018년 6월 19일
On windows, you can try:
system(['cd matlabtest\ & START /min' blanks(1) 'matlabtest.exe'])
This does not open the command prompt and print the answer in MATLAB window. For more details, refer the following post:
https://www.mathworks.com/matlabcentral/answers/374614-how-to-run-a-bat-file-in-background-without-opening-command-prompt?s_tid=answers_rc1-1_p1_MLT
Hope this helps!

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by