Installation and maintenance - holaza/mptplus GitHub Wiki

Prerequisites

MATLAB R2022a or later. MPTplus is not a stand-alone toolbox, as it extends the MPT toolbox. As a consequence, MPTplus depends on MPT and its dependencies.

Installation instructions

We strongly recommend installing MPTplus using a tbxManager by typing:

tbxmanager install mptplus

Otherwise, download the latest release of the MPTplus package, unpack the package in the target directory, and set and save the corresponding path in MATLAB. In MATLAB, in its Command Window call:

urlwrite('https://uiam.sk/~oravec/mptplus/install_mptplus.m','install_mptplus.m');
install_mptplus

Updating

To update MPTplus call:

tbxmanager update mptplus

Uninstall

If you wish to uninstall MPTplus call:

tbxmanager uninstall mptplus

Changelog