필터 지우기
필터 지우기

How to terminate or break the pause function

조회 수: 15 (최근 30일)
Tonghui Zhang
Tonghui Zhang 2019년 5월 23일
답변: Geoff Hayes 2019년 5월 27일
Hi all,
I have a question related to pause function. My code is inside a GUI and when I click a button it starts to pause for 100 secondes. I have another quit button when I click on it, the gui will close. My question is that after quiting gui, the pause code is still running. Is there any method to stop it with no errors?
Thanks a lot

답변 (1개)

Geoff Hayes
Geoff Hayes 2019년 5월 27일
Tonghui - rather than using a while loop with a pause function to periodically perform a task, use a timer instead so that you can start and stop it at will. See https://www.mathworks.com/matlabcentral/answers/284202-how-to-plot-a-real-time-signal-with-axes-automatically-updating for an example.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by