Shows functions attached to a convex set.
l = listFunctions(Set)
l = Set.listFunctions
Set |
Any object derived from the ConvexSet class, e.g. Polyhedron, YSet, ... Class: ConvexSet |
l |
List of function names stored with the set. Class: cell |
P = ExamplePoly.randHrep;
P.addFunction(AffFunction([1, -2]),'a');
P.addFunction(QuadFunction([0 0.4;-0.1 0.2]),'b');List all functions in the set
l = P.listFunctions
l = 'a' 'b'
◀ | separate | hasfunction | ▶ |
© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch
© 2003-2013 Michal Kvasnica: STU Bratislava, michal.kvasnica@stuba.sk