Installation:¶
Recommended method:¶
vhlab-toolbox-matlab is installed as a part of the Neuroscience Data Interface (NDI). The easiest way is to install it with the NDI installer as described here.
-
Make sure
git
is installed on your machine. If it is not, on Windows, go here. On Mac, open a terminal, and type xcode-select --install . Accept the license and wait for install. On Linux, consult your Linux distribution's package manager. -
Download the file ndi_install.m to your Desktop.
-
Run the following in Matlab:
cd ~/Desktop
ndi_install
Manual method:¶
-
Run the following on your terminal command line:
git clone http://github.com/VH-Lab/vhlab-toolbox-matlab
-
You'll need a Matlab startup.m file. Add the command
vlt_Init
to that file, after ensuring that the directory for vhlab-toolbox-matlab is on your Matlab path. (All of these steps are taken care of via the automatic installation above.)