How to stop the running program through push a 'stop' button in appdesigner?
이전 댓글 표시
I am trying to design a interface using appdesigner.I want to know how to pause the running program when i push the 'stop' button,and when i push it again, the program continue to run. How am i supposed to do? And i also want to know how to stop the running program by code. I have tried 'pause()' 'dbcont' 'dbquit' ,such functions. They do not work.... Sorry for my bad english...

채택된 답변
추가 답변 (1개)
Debt
2021년 8월 29일
0 개 추천
You can use the uiwait and uiresume Fcu to realize it,and you should konw their object is uifigure
카테고리
도움말 센터 및 File Exchange에서 App 构建에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!