Hello,
I’m currently running a speech recognition task w/ PTB 3.0.15 in MATLAB R2019a on a Linux machine(Ubuntu 18.04). After the stimuli are displayed, we ask the subject to type out their response using the command displayed below.
DrawFormattedText(win, ‘What did the speaker say?’, ‘center’, ‘center’,[255 255 255]);
[reply{trial_i},terminatorChar] = GetEchoString(win,’ ',805,575,[255 255 255],[0 0 0]);
While the subjects’ responses are saved, at the end of the experiment, all the responses they typed out were evaluated by MATLAB as commands, and it’s just annoying… Here’re the errors:
Did you mean:
Undefined function or variable ‘you’.
Did you mean:
Error using . *
Not enough input arguments.
Undefined function or variable ‘ddont’.
Did you mean:
Undefined function or variable ‘ththere’.
-
- \here we go*
- ↑*
Error: Invalid use of operator.
Thank you all very much in advance !!!