Main /

Documentation

Main.Documentation History

Hide minor edits - Show changes to output

May 27, 2013, at 10:16 AM by 129.132.29.86 -
May 27, 2013, at 10:15 AM by 129.132.29.86 -
Added line 4:
(:source lang=MATLAB -getcode:) [@
Added lines 6-22:
@]
command. It displays the HTML documentation in Matlab web-browser.

The instant help can be obtained by typing @@help@@ command in Matlab, e.g.
(:source lang=MATLAB -getcode:) [@
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
(:source lang=MATLAB -getcode:) [@
methods('EMPCController')
@]
To get a list of properties, use
(:source lang=MATLAB -getcode:) [@
properties('EMPCController')
@]

May 27, 2013, at 10:11 AM by 129.132.29.86 -
Added lines 1-4:
!! Documentation

MPT provides a detailed documentation that can be accessed using
mptdoc