KbWait not working properly

1 次查看(过去 30 天)
Fed
Fed 2015-3-25
评论: Fed 2015-3-25
Dear all I am using KbWait function, it seems it is not working properly, since nothing happen when I run my script, that is:
left = KbName('leftarrow');
right = KbName('rightarrow');
mW = figure(1);
image1 = imread('MYFIGURE.png');
[secs,keyCode] = KbWait; %waits for a key press
What's wrong with this script? Thank you!
  2 个评论
Titus Edelhofer
Titus Edelhofer 2015-3-25
Hi Fed,
KbName and KbWait are not functions provided by MathWorks, where did you get them from? The one who wrote these functions/scripts should be able to help ...
Titus
Fed
Fed 2015-3-25
Dear Titus, These are functions provide by the Psychtoolbox. Maybe do you know another way to save the selection of a pressed button? Thanks

请先登录,再进行评论。

回答(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