Hide MS-DOS shell for MATLAB standalone program
10 views (last 30 days)
Show older comments
Philippe Pinheiro
on 31 Aug 2016
Answered: Philippe Pinheiro
on 31 Aug 2016
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 Comments
Accepted Answer
Image Analyst
on 31 Aug 2016
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 Comments
More Answers (1)
See Also
Categories
Find more on MATLAB Compiler 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!