How to view console output of compiled Windows application?
9 views (last 30 days)
Show older comments
I have a compiled Matlab application created for MCR 9.3 on Windows. When I run the executable from the command line, I get all the console output (fprintf's, etc.) as expected. However, when I simply double-click the executable in File Explorer there isn't a console window that pops up so I can't see that output.
Is there a way to force the executable to open up a terminal to display stdout for the compiled executable, even when not run from the command line?
0 Comments
Answers (0)
See Also
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!