Getting error message from command window
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Omid Saeidi
el 7 de Feb. de 2021
Comentada: Omid Saeidi
el 7 de Feb. de 2021
Hi Dears,
I will appreciate anyone who can help me.
I have converteded my codes into .exe file in matlab compiler.
When I running it out of matlab, if there is any errors (nromally it is seen in command window) inside code I want to popup like error dialog or a message, Is there anyway?
0 comentarios
Respuesta aceptada
Walter Roberson
el 7 de Feb. de 2021
try
invoke your MATLAB function here
catch ME
waitfor( errordlg( getReport(ME) ) );
end
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!