Stopping a Matlab code using a push button in appdesigner
조회 수: 2 (최근 30일)
이전 댓글 표시
I would like to know what is the code that I need to write down in appdesigner when using a push button to stop a matlab program previously run.
댓글 수: 0
채택된 답변
Mario Malic
2023년 3월 30일
Hello,
It depends on how your code is written, so I can't provide any code.
You can use a state button component. Your code has to check periodically the state of the button and stop the execution if its value is true.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!