SetupPsychtoolbox is no longer supported in 32-bit Windows Matlab?

Hi there,

In order to cooperate with our old amplifier equip in lab, I need to put psychtoolbox on a win10 32-bit Matlab(2015b) and I’m using PTB 3.0.11.
I followed the guided steps on PTB website, which is using the DownloadPsychtoolbox or SetupPsychtoolbox function to install, but both reported the same error:

’If you must use a legacy 32-Bit Matlab environment, you can call this function DownloadPsychtoolbox() with flavor ‘Psychtoolbox-3.0.11’, which does support 32-Bit Matlab on Linux and Windows.\n’
’Tried to setup on 32-Bit Matlab, which is no longer supported.'

It’s odd that I have to use either of these two functions to install an older version of PTB, but it seems like the function it selves don’t support to 32 bit anymore?

In this case, how can I still get my psychtoolbox done in the 32 bit Matlab?
(Due to limited research fund, changing equip is not an option)

Maybe use another function that still worked? or anyway that I can skip the download/setup step and use PTB directly?
Any ideas?
If you can respond as soon as possible, I will really appreciate your help.

OS: Windows 10 (32bit)
MATLAB version: 2015b
PTB version: 3.0.11

Sincerely
Isaac Yu

Download this:
https://github.com/Psychtoolbox-3/Psychtoolbox-3/archive/Psychtoolbox-3.0.11.zip

Place it where you want it, and then run SetupPsychtoolbox.m

Hi dcnieho, it worked!!
Thanks a lot for your help!!