button unresponsive while running loop

22 次查看(过去 30 天)
Rohit
Rohit 2024-11-6,10:04
回答: Gayatri 2024-11-6,10:41
I have a button that toggles the state of a rogue variable which will terminate a while loop. However, if the while loop is running, the button is unresponsive, and I cannot break the loop without using "ctrl + C".

回答(1 个)

Gayatri
Gayatri 2024-11-6,10:41
Hi Rohit,
You can use 'drawnow' or one of its functional equivalents, such as 'pause(0)' inside of the while loop when it is running and button is unresponsive.
Adding this allows the system to register that the variable has updated, which subsequently breaks the loop.
Please refer the following documentation for drawnow function: https://www.mathworks.com/help/matlab/ref/drawnow.html

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by