Disable keyboard output into command window
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Femke R
il 20 Apr 2022
Risposto: Roland W. Fleming
il 8 Gen 2023
Hi, I am running an experiment using Matlab and Psychtoolbox. Here a participant is using an instrument that prints (a lot of) letters. This instrument is embedded into the computer as a keyboard, which means that the input is handled the same as regular keyboard presses. This means however, that during the experiment, the output is often printed into the command window (same as if I were to type in it). This is very annoying since I need to monitor certain things during the experiment which is impossible if there are letters constantly shifting my view of the command window. I do not need to type anything into the command window during the experiment myself, so is there a way to disable keyboard output into the command window? So that if I were to type into the command window, it would not show up?
0 Commenti
Risposta accettata
Roland W. Fleming
il 8 Gen 2023
ListenChar(2)
Just be careful to run ListenChar again at the end of the experiment or on error (using catch and try)
0 Commenti
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!