My program developed in App Designer is not fully functional in Runtime

4 次查看(过去 30 天)
Does anyone know why my program developed in App Designer is not working properly within Runtime? Is that because I have some codes interacting with the command windows, e.g., disp functions?
  3 个评论
Walter Roberson
Walter Roberson 2025-7-18
Are you possibly calling functions that cannot be compiled using MATLAB Compiler? For example, nothing in the Symbolic Toolbox can be compiled.
dpb
dpb 2025-7-18
The use of disp won't be the problem, however; if you compiled without the console window, it won't be visible, but the code will still run.
You could try recompiling and not use the mcc "-e" option which will then also open a console window when run the app and then the command window output will be visible. If use the interactive tool inside App Designer to do the compilation instead of a command line, there is an option to uncheck under the "Additional runtime settings" section to do that. It may also be helpful in that error messages to the command window will be visible although the console will only be visible while the app is running so if it crashes, may have to be quick to see them...

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 App Building 的更多信息

标签

产品


版本

R2025a

Community Treasure Hunt

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

Start Hunting!

Translated by