-
Notifications
You must be signed in to change notification settings - Fork 2
Installation and maintenance
oravec-juraj edited this page Apr 25, 2023
·
7 revisions
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.
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
To update MPTplus call:
tbxmanager update mptplus
If you wish to uninstall MPTplus call:
tbxmanager uninstall mptplus