Installation
Updated:
Tags: installation, tutorial
Installation guide.
DECENTER installation is straightforward, just follow this steps:
- Remove any old version of DECENTER on your computer.
- Download and unzip the latest release of DECENTER (v1.2.1) and place it where you would like to install it.
- Open the directory (decenter-1.2.1) in MATLAB and run:
addpath(genpath(pwd)); savepath;
to add and save decenter-1.2.1 in your MATLAB path. Alternatively, add it manually on Set Path under the MATLAB Home tab.
- Run:
testDECENTER;
to test your installation.