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!