Disable keyboard output into command window
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Femke R
el 20 de Abr. de 2022
Respondida: Roland W. Fleming
el 8 de En. de 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 comentarios
Respuesta aceptada
Roland W. Fleming
el 8 de En. de 2023
ListenChar(2)
Just be careful to run ListenChar again at the end of the experiment or on error (using catch and try)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Timing and presenting 2D and 3D stimuli en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!