My example Psychtoolbox scripts...

DISCLAIMER: This code was not designed for public use, so it may be rather difficult to
figure out. I make no guarantees that it is accurate. The code was written to run on Macintosh
OS 9 with Psychtoolbox. For my purposes, I needed my experiment to run on two different
projectors with different refresh rates and screen sizes. I have no idea if these scripts will work
for you on a different system and for a different purpose. Good luck!

shape.m -- This was the top level function call
    datatypes.m
    dealWithInput.m
    drawRDK.m
    finishup.m
    getMainLoop.m
    makeRDK.m
    playStim.m
    rdk.m
    reportCard.m
    setupValues.m
    setupWindow.m

BACK to Matlab Scripts page
BACK to Main page