How does MATLAB Compiler handle warning and error message commands?
조회 수: 4 (최근 30일)
이전 댓글 표시
I just got Matlab Compiler and would like to know how warning and error message commands are handled ... when I compile and run an app no command line or console pops up so where do those messages show up? Is there a compiler option that will launch a console when an application is launched?
Thanks,
Josh
댓글 수: 0
답변 (2개)
Sean de Wolski
2017년 5월 22일
You can launch the app from a console and then errors/warnings/displays will show up in it.
댓글 수: 1
Luis Oviedo
2018년 11월 27일
Hi Sean,
Thanks for your answer. I face the same issue as Josh, could you please explain yourself a bit, how open the console and how to call the app?
Stefanie Schwarz
2024년 2월 23일
Make sure to uncheck "Do not display the Windows command shell (console) for execution" under "Additional runtime settings" in the Application Compiler tool of MATLAB Compiler. You should be able to see all warnings and errors in that console.
댓글 수: 0
참고 항목
카테고리
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!