Getting error message from command window

19 次查看(过去 30 天)
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?

采纳的回答

Walter Roberson
Walter Roberson 2021-2-7
try
invoke your MATLAB function here
catch ME
waitfor( errordlg( getReport(ME) ) );
end
  1 个评论
Omid Saeidi
Omid Saeidi 2021-2-7
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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品


版本

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by