Skip to content
JasonFriedman edited this page Nov 13, 2012 · 4 revisions

Psychtoolbox must be installed to use RepeatedMeasures.

To install Repeated Measures, you can "clone" all the files from github, or alternatively download a zip file with the latest version.

Once you have copied the files to your machine (and unzipped if necessary), you will need to add the matlab directory to your Matlab path and the other required directories, e.g.

addpath('~/RepeatedMeasures/matlab');
addpath('~/RepeatedMeasures/matlab/xmltree');
addpath('~/RepeatedMeasures/matlab/msocket');

or

addpath('c:\RepeatedMeasures\matlab');
addpath('c:\RepeatedMeasures\matlab\xmltree');
addpath('c:\RepeatedMeasures\matlab\msocket');

From here, you can try the quickstart or follow the extended tutorial

Clone this wiki locally