procced the for loop until UIButton pushed
显示 更早的评论
Hi all, I want to wait in my For loop until a UI button has been pressed. Is there a function for this?
for v = 1:10
MeasurementStart(app,v)
AxesValue(app,v)
pause(5)
% do not proceed until the button is pressed
end
回答(1 个)
Aghamarsh Varanasi
2021-4-19
编辑:Aghamarsh Varanasi
2021-4-19
0 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!