How do I break from a loop on keyboard input without plugins?
16 views (last 30 days)
Show older comments
I have been trying to figure out for a while how to accomplish the following, but I don't want to use plugins. This is because the Psychtoolbox stopped working, and I don't want to fix it:
while 1
% perform task
% poll keyboard, do not stop, just check if a button is pressed
if button is pressed
break;
end
end
The faster the polling happens, the better.
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!