필터 지우기
필터 지우기

Getting error message from command window

조회 수: 19 (최근 30일)
Omid Saeidi
Omid Saeidi 2021년 2월 7일
댓글: Omid Saeidi 2021년 2월 7일
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