Can we add a variable inside the pause command?

Can we add a variable inside the pause command? for example pause(wait(i))?

 채택된 답변

David Sanchez
David Sanchez 2015년 1월 14일

0 개 추천

If you read the documentation
doc pause
you will see that you can add a variable inside the pause command.
One example:
w = 1;
for k=1:2
pause(w) % pause one second before executing next sentence
disp(i)
end

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

질문:

Ali
2015년 1월 14일

답변:

2015년 1월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by