Standalone Matlab App Runtime Error
Afficher commentaires plus anciens
I am having issues with my launching the executable of my standalone app. The app has been running without issue in the Matlab environment.
I am receiving the following error message when launching the executable. Line 5192 corresponds to the 'runStartupFcn(app, @startupFcn)' function.
How do I track where this error is comming from?

Réponses (1)
Walter Roberson
le 2 Oct 2024
0 votes
The function https://www.mathworks.com/help/stateflow/ref/boolean.html boolean() is part of stateflow, which cannot be compiled.
1 commentaire
Steven Lord
le 2 Oct 2024
Catégories
En savoir plus sur Develop Apps Using App Designer dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!