standalone application error dispaly
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
When I create an standalone (.exe) application using build command, and then run it on another computer using mcrinstaller, where the possible errors will be shown? in Matlab we see errors and warnings in the workspace.
0 commentaires
Réponse acceptée
David Sanchez
le 28 Jan 2014
it depends on how you are handling the errors in your code. I would recommend you to take a look at try/catch documentation
doc try
In case you do not handle errors in anyway, the system will pop up an error message in case of encountering one such that the program can not run further.
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur MATLAB Compiler dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!