Main /

DemosOnComputationalGeometry

Main.DemosOnComputationalGeometry History

Hide minor edits - Show changes to output

May 27, 2013, at 07:50 AM by 129.132.29.86 -
Changed line 65 from:
Continue by inspecting [[Demos on Optimization Interface]]..
to:
Continue by inspecting [[Demos on Optimization Interface]].
May 27, 2013, at 07:50 AM by 129.132.29.86 -
Added lines 62-65:

----

Continue by inspecting [[Demos on Optimization Interface]]..
May 27, 2013, at 07:48 AM by 129.132.29.86 -
Changed line 54 from:
The demo shows how to construct @Function@ objects and represent functions defined over polyhedra
to:
The demo shows how to construct @@Function@@ objects and represent functions defined over polyhedra
May 27, 2013, at 07:47 AM by 129.132.29.86 -
Changed lines 9-11 from:
to:
----

Added lines 33-35:
----

Added lines 48-50:

----

May 27, 2013, at 07:35 AM by 129.132.29.86 -
Changed lines 7-9 from:
to:
* [[DemosOnComputationalGeometry#Functions | Demos on Functions over Sets]]

Added lines 42-52:
@]

[[#Functions]]
!!! Construction of functions and functions over sets
The demo shows how to construct @Function@ objects and represent functions defined over polyhedra
(:source lang=MATLAB -getcode:) [@
mpt_demo_functions1
@]
and over unions of polyhedra (i.e. to get piecewise functions).
(:source lang=MATLAB -getcode:) [@
mpt_demo_functions2
May 24, 2013, at 04:08 PM by 129.132.29.86 -
Added line 31:
This demo shows how to construct unions of sets and how to access some properties of the union.
Added line 37:
Demonstration of set algebra with unions of polyhedra in the same dimension.
May 24, 2013, at 04:05 PM by 129.132.29.86 -
Changed lines 5-8 from:
* [[DemosOnComputationalGeometry#SimpleSets | Simple Sets]]
* [[DemosOnComputationalGeometry#Unions | Unions of Sets]]

[[#SimpeSets]]
to:
* [[DemosOnComputationalGeometry#SimpleSets | Demos on Simple Sets]]
* [[DemosOnComputationalGeometry#Unions | Demos on Unions of Sets]]

[[#SimpleSets]]
Changed lines 28-38 from:
[[#Unions]]
to:

[[#Unions]]
!!! Construction of unions
(:source lang=MATLAB -getcode:) [@
mpt_demo_unions1
@]

!!! Operations with unions of polyhedra
(:source lang=MATLAB -getcode:) [@
mpt_demo_unions2
@
]
May 24, 2013, at 04:03 PM by 129.132.29.86 -
Added lines 5-8:
* [[DemosOnComputationalGeometry#SimpleSets | Simple Sets]]
* [[DemosOnComputationalGeometry#Unions | Unions of Sets]]

[[#SimpeSets]]
Added lines 27-28:

[[#Unions]]
May 24, 2013, at 03:57 PM by 129.132.29.86 -
Added lines 1-22:
!! Demos on 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
@]