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

6 views (last 30 days)
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 Comments
Walter Roberson
Walter Roberson on 18 Jul 2025
Are you possibly calling functions that cannot be compiled using MATLAB Compiler? For example, nothing in the Symbolic Toolbox can be compiled.
dpb
dpb on 18 Jul 2025
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...

Sign in to comment.

Answers (0)

Categories

Find more on App Building in Help Center and File Exchange

Products


Release

R2025a

Community Treasure Hunt

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

Start Hunting!