Communicate an error with the APP
이전 댓글 표시
I have created an app in app designer. It works well, but the only problem is stopping the app when an error occur. I have to run a function file from the app, so when there is an error in that function file, the information should be communicated with the app, so that the app can be stopped. Is there any way to do it.
Thank you.
댓글 수: 3
Walter Roberson
2020년 8월 15일
try/catch and have the function file error() when it detects whatever condition ?
Vasista Adupa
2020년 8월 15일
Vasista Adupa
2020년 8월 15일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!