Reputation: 839
My Matlab is 32 bit, working on my 32 bit win7 OS. I want to work with Psychtoolbox, looking for suitable version (Psychtoolbox-3.0.10/Psychtoolbox-3.0.11) that can run on my platform.
Upvotes: 0
Views: 968
Reputation: 839
PTB_Beta-2014-04-06_V3.0.11
C:\toolbox
)Slik-Subversion-1.9.7-win32
and install it (https://sliksvn.com/download/).cd C:\Psychtoolbox\Psychtoolbox
)SetupPsychtoolbox
to the matlab command window (it may take a while). Upvotes: 0
Reputation: 1473
Follow the instructions provided by Psychtoolbox for installation:
http://psychtoolbox.org/download/
When you reach the step where you run the DownloadPsychtoolbox
function, supply the version you would like to download via the third parameter, 'targetRevision':
http://docs.psychtoolbox.org/DownloadPsychtoolbox
So for example, to download Psychtoolbox-3.0.11, which was the last version to support 32-bit MATLAB:
DownloadPsychtoolbox('C:\toolbox', 'beta', 'Psychtoolbox-3.0.11')
Upvotes: 1