pause with time and keyboard

조회 수: 2 (최근 30일)
Marco Castelli
Marco Castelli 2015년 1월 9일
댓글: Marco Castelli 2015년 1월 10일
I have put the pause function in my code. After pause I would like to restart the script after some time (i.e. 10 seconds) or by press on the keyboard. Do you know how can I do?
Marco
  댓글 수: 2
Titus Edelhofer
Titus Edelhofer 2015년 1월 9일
Hi Marco,
could you give some more details? I'm not sure what you want to achieve ...
Titus
Marco Castelli
Marco Castelli 2015년 1월 10일
I have a code. At a certain row I want that run stops and will resume only after 10 seconds or if I press some letter on the keyboard. I was locking a solution with pause() function but other answers can be valid.

댓글을 달려면 로그인하십시오.

답변 (1개)

Amos
Amos 2015년 1월 9일
Maybe you can start a parfor loop with two parallel tasks, and run a while loop in each of them - the first while loop checks for the time and writes a flag into a text file when 10s are over and the second while loop checks for input before it writes a flag into the same text file. Both while loops halt when the flag is set in the text file ...
Yes this is very ugly and I don't know if it works.
  댓글 수: 1
Marco Castelli
Marco Castelli 2015년 1월 10일
Thank you It is quite tricky to write the code but is a smart way to use parfor. I'll try to follow your answer but I'm not sure it works.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Desktop에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by