pause with time and keyboard
3 次查看(过去 30 天)
显示 更早的评论
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
2015-1-9
Hi Marco,
could you give some more details? I'm not sure what you want to achieve ...
Titus
回答(1 个)
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.
另请参阅
类别
在 Help Center 和 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!