Hide MS-DOS shell for MATLAB standalone program
조회 수: 10 (최근 30일)
이전 댓글 표시
Matlab 2011b mcc command add had the option -e to suppress the MS-DOS shell for a standalone program, but Matlab 2016a mcc command doesn't have, how can we not display the MS-DOS shell for a standalone program,
댓글 수: 0
채택된 답변
Image Analyst
2016년 8월 31일
Here is the documentation directly from my R2016a help:
mcc -e options mfilename compiles the function into a standalone application that does not open an MS-DOS® command window.
Are you observing that it does not work like that?
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!