It would be brilliant if someone could help with this.
I've got a list of words in a .txt file in a single column, and want to present them in a random order (without replacement) using DrawFormattedText
in Matlab Psychtoolbox.
At the moment I'm getting this error:
Error using cast
Unsupported class for conversion.
Error in DrawFormattedText (line 282)
curstring = cast(curstring, stringclass);