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:

  1. 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).

  2. Change directories to the tools directory (e.g., use cd tools)

  3. Run git clone https://github.com/VH-Lab/vhlab-unpublished-matlab

  4. Either restart Matlab or run startup on the Matlab command line

Downloading our data standards code:

  1. 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).

  2. Change directories to the tools directory (e.g., use cd tools)

  3. Run git clone https://github.com/VH-Lab/NSD-matlab

  4. Either restart Matlab or run startup on the Matlab command line