Main /

QuickStart

Main.QuickStart History

Hide minor edits - Show changes to output

May 27, 2013, at 09:32 AM by 129.132.29.86 -
Changed lines 4-5 from:
* [[Demos on Real-Time Implementation]]
to:
* [[Demos on Real-Time Implementation]]
* [[Additional Demos
]]
May 24, 2013, at 04:09 PM by 129.132.29.86 -
Added lines 2-4:
* [[Demos on Optimization Interface]]
* [[Demos on Formulation of Control Problems]]
* [[Demos on Real-Time Implementation]]
May 24, 2013, at 03:57 PM by 129.132.29.86 -
Changed line 1 from:
* [[Computational Geometry]]
to:
* [[Demos on Computational Geometry]]
May 24, 2013, at 03:51 PM by 129.132.29.86 -
Changed lines 1-21 from:
!! Computational Geometry
In MPT3 you can find several demonstrations that will help you to get acquainted with the toolbox.

!!! Constructing polyhedral sets and their properties
The following demo shows how to construct basic polyhedral set @@Polyhedron@@ and how to extract some properties of the set.
(:source lang=MATLAB -getcode:) [@
mpt_demo_sets1
@
]

!!! Constructing general convex sets and their properties
This demo introduces the concept of a general convex set  that is referred to as @@YSet@@ because it is imported from Yalmip.
(:source lang=MATLAB -getcode:) [@
mpt_demo_sets2
@]


!!! Operations with polyhedral sets
The following demo is devoted to a set algebra and highlights some of the new features present in MPT3.
(:source lang=MATLAB -getcode:) [@
mpt_demo_sets3
@
]
to:
* [[Computational Geometry]]
May 24, 2013, at 03:48 PM by 129.132.29.86 -
Changed lines 2-3 from:
to:
In MPT3 you can find several demonstrations that will help you to get acquainted with the toolbox.
Changed lines 5-6 from:

to:
The following demo shows how to construct basic polyhedral set @@Polyhedron@@ and how to extract some properties of the set.
(:source lang=MATLAB -getcode:) [@
mpt_demo_sets1
@]

Changed lines 11-13 from:


!!! Operations with polyhedral sets
to:
This demo introduces the concept of a general convex set  that is referred to as @@YSet@@ because it is imported from Yalmip.
(:source lang=MATLAB -getcode:) [@
mpt_demo_sets2
@]


!!! Operations with polyhedral sets
The following demo is devoted to a set algebra and highlights some of the new features present in MPT3.
(:source lang=MATLAB -getcode:) [@
mpt_demo_sets3
@]
May 24, 2013, at 03:38 PM by 129.132.29.86 -
Added lines 1-9:
!! Computational Geometry

!!! Constructing polyhedral sets and their properties


!!! Constructing general convex sets and their properties


!!! Operations with polyhedral sets