Main /

QuickStart

Main.QuickStart History

Hide minor edits - Show changes to markup

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:
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