procced the for loop until UIButton pushed
Show older comments
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
Answers (1)
Aghamarsh Varanasi
on 19 Apr 2021
Edited: Aghamarsh Varanasi
on 19 Apr 2021
0 votes
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!