Installation

Updated:

Tags: ,

Installation guide.


DECENTER installation is straightforward, just follow this steps:

  1. Remove any old version of DECENTER on your computer.
  2. Download and unzip the latest release of DECENTER (v1.2.1) and place it where you would like to install it.
  3. 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.

  4. Run:
    testDECENTER;
    

    to test your installation.