Installation¶
Download the files from github
Compile the mex files by running
compile_mex_files
included in the folder
- This step might require setting up a MATLAB compatible C++ compiler. See MATLAB’s documentation page for details.
Run
addpath('/location/to/the/folder/src');
at the beginning of the program execution to include relevant toolbox functions.