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?

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 7 Feb. 2021

1 Stimme

try
invoke your MATLAB function here
catch ME
waitfor( errordlg( getReport(ME) ) );
end

1 Kommentar

Omid Saeidi
Omid Saeidi am 7 Feb. 2021
Mr Walter Roberson
Many many thanks for your time and your kindness and your knowledge
I don't know how to compensate your goodness
God help you

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Produkte

Version

R2015a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by