Skip to content

Installation

lumik edited this page Feb 5, 2018 · 1 revision

Pre-installation

You can download latest spycor release from here or clone the git repository (it requires git installed) issuing:

git clone https://github.com/lumik/spycor.git
cd spycor
git submodule update --init

Installation

MatLab is looking for scripts to current working directory so you can place the spycor.m and spycor_functions.m files there or you can add spycor to MatLab’s Path. It is possible using MatLab’s GUI (in new MatLab versions on the Home tab in the section Environment -> Set Path) or by issuing command addpath('path/to/spycor')).

Clone this wiki locally