Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 793 Bytes

matlab_installation.rst

File metadata and controls

30 lines (19 loc) · 793 Bytes

Installing the AMICI MATLAB toolbox

To use AMICI from MATLAB, start MATLAB and add the AMICI/matlab directory to the MATLAB path. To add all toolbox directories to the MATLAB path, execute the matlab script:

installAMICI.m

To store the installation for further MATLAB session, the path can be saved via:

savepath

For the compilation of .mex files, MATLAB needs to be configured with a working C++ compiler. The C++ compiler needs to be installed and configured via:

mex -setup c++

For a list of supported compilers we refer to the respective MathWorks documentation.