Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 374 Bytes

MATLAB-env

environment in which most of the cogan lab MATLAB scripts are run

Cloning

Since this repo used github's large file storage, I recommend running the git lfs clone <repo address> instead of the regular git clone command

Startup Code

path = fullfile(userpath, 'MATLAB-env');
addpath(genpath(path));

Test Functionality

testfunction(struct())