Getting error message from command window
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Omid Saeidi
il 7 Feb 2021
Commentato: Omid Saeidi
il 7 Feb 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 Commenti
Risposta accettata
Walter Roberson
il 7 Feb 2021
try
invoke your MATLAB function here
catch ME
waitfor( errordlg( getReport(ME) ) );
end
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Matrix Indexing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!