Horizontal concatenation for union objecs.
U = [U1, U2]
S = horzcat(U1,U2)
U1 |
Object of the Union class. Class: Union |
U2 |
Object of the Union class. Class: Union |
U |
The array of the Union objects. Class: Union |
P(1) = ExamplePoly.randHrep;
P(2) = ExamplePoly.randHrep;
U1 = Union(P);The object U2 contains one polyhedron.
U2 = Union(ExamplePoly.randHrep)
Union of 1 convex sets. Functions : noneConcatenate unions horizontally.
U = [U1, U2]
Array of 2 Unions.
◀ | remove | removefunction | ▶ |
© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch