How to see Errors in a compiled application?

Hi,
I compiled a program into standalone application. The program works fine in MATLAB.
But, in compiled application, I do not get expected output.
Is there a way to see the errors in my compiled application, so than I can fix them.

 采纳的回答

Follow these steps to see the error message in compiled application.
  • Open Command prompt or terminal
  • Navigate to the location where the standalone application reside
  • Run the standalone application from there.
It will give us Error/Warning messages(if any) while running the compiled application.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 MATLAB Compiler 的更多信息

产品

版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by