Using pause, but stop if user input
    조회 수: 4 (최근 30일)
  
       이전 댓글 표시
    
Another struggle: Looking to get/make a function that will pause while doing something (eg displaying figure), and if user wants to view it, they can. But after a period of time (if away from desk, for example), the pause will end and the next figure will be displayed. eg pause(5) but continue after 1 if user presses enter before the 5 are up?
I've thought about:
StartTime = clock;
while clock <= StartTime+delay_time
{PAUSE or wait for user input}
end
But can't think of how to use "input" as it must have uiwait built in. Is there a way to do this or is it just easier to accept that any delays are fixed or user has to move the code on?
댓글 수: 0
채택된 답변
  Rik
      
      
 2018년 1월 16일
        댓글 수: 2
  Rik
      
      
 2018년 1월 16일
				You're welcome.
If you found this answer useful, please mark it as accepted answer. It will make it easier for other people with the same question to find an answer, as well as give me reputation points. If this didn't solve your question, please comment with what problems you are still having.
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!