How do I break from a loop on keyboard input without plugins?
16 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Salah Ad-Din Ahmed
am 4 Mai 2024
Kommentiert: Josh
am 10 Mai 2024
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.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Timing and presenting 2D and 3D stimuli finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!