standalone application error dispaly
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Milad
el 28 de En. de 2014
Respondida: Milad
el 29 de En. de 2014
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 comentarios
Respuesta aceptada
David Sanchez
el 28 de En. de 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 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre MATLAB Compiler en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!