I have a drawn a random dot matrix on the screen using matlab/psychtoolbox like this:
Screen('DrawDots', wPtr, dotPositionMatrix, dotSizes, dotColors, dotCenter, 2);
Screen('Flip', wPtr, (stimVbl + STIMULUS_DURATION - .5 * ifi), 0);
Now I want to save the result somehow into a figure that I can print off. How do I do that? I have no idea where to start looking for this information i.e. to save what came up once on the screen. Any guidance much appreciated.