필터 지우기
필터 지우기

Disable keyboard output into command window

조회 수: 14 (최근 30일)
Femke R
Femke R 2022년 4월 20일
답변: Roland W. Fleming 2023년 1월 8일
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?

채택된 답변

Roland W. Fleming
Roland W. Fleming 2023년 1월 8일
ListenChar(2)
Just be careful to run ListenChar again at the end of the experiment or on error (using catch and try)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Timing and presenting 2D and 3D stimuli에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by