Data analysis/modeling for projects
We now use Github (code.vhlab.org) to organize our code.
Downloading and installing the tools
Follow instructions at https://github.com/VH-Lab/vhlab_vhtools/wiki/Installation
Downloading our unpublished (private) code:
On a terminal command line (not Matlab command line), navigate to your Matlab userpath (usually /Users/YOU/Documents/MATLAB on Mac/Unix or C:\Users\YOU\Documents\MATLAB on Windows).
Change directories to the tools directory (e.g., use cd tools)
Run git clone https://github.com/VH-Lab/vhlab-unpublished-matlab
Either restart Matlab or run startup on the Matlab command line
Downloading our data standards code:
On a terminal command line (not Matlab command line), navigate to your Matlab userpath (usually /Users/YOU/Documents/MATLAB on Mac/Unix or C:\Users\YOU\Documents\MATLAB on Windows).
Change directories to the tools directory (e.g., use cd tools)
Run git clone https://github.com/VH-Lab/NSD-matlab
Either restart Matlab or run startup on the Matlab command line