From MPT3 Wiki

Main: Documentation

Documentation

MPT provides a detailed documentation that can be accessed using

mptdoc

command. It displays the HTML documentation in Matlab web-browser.

The instant help can be obtained by typing help command in Matlab, e.g.

help Polyhedron

Fur further help on new objects, you can use the standard Matlab help commands. For instance, to obtain a set of methods that operate on the object EMPCController use

methods('EMPCController')

To get a list of properties, use

properties('EMPCController')
Retrieved from https://www.mpt3.org/Main/Documentation
Page last modified on May 27, 2013, at 10:16 AM