Note: This content is accessible to all versions of every browser. However, this browser does not seem to support current Web standards, preventing the display of our site's design details.

  

MPT installation notes


Important: Remove any previous copies of MPT from your disk before installing the new version. Also remove any MPT directories from your Matlab path!

Notice that YALMIP changed its directory structure recently. Make sure all necessary directories are on your Matlab path!

Steps to install:
  1. Extract the downloaded zip package, a directory called mpt will be created
  2. Add path to the new directory (mpt) along with all subdirectories. Either use the Matlab GUI , or run the following command on the Matlab prompt:
    >> addpath(genpath('/path/to/mpt/'));
    
    e.g.
    >> addpath(genpath('/home/username/matlab/mpt/'));
    
    for Linux/Solaris, or
    >> addpath(genpath('c:\MatlabFiles\mpt\'));
    
    for Windows.
  3. Run
    >> mpt_init
    
    to initialize the toolbox. If you get any errors or warnings, check if all MPT subdirectories are in your Matlab path and you have proper file permissions set.
  4. In case of any problems feel free to send an e-mail to mpt@control.ee.ethz.ch.