Remove set from Union object.
U = remove(U,index)
U.remove(index)
U |
The object of the Union class. Class: Union |
index |
An index set derived that specifies which sets to remove from the union. Class: double |
U |
Union of the sets. Class: Union |
P(1) = Polyhedron('ub',-2);
P(2) = Polyhedron('lb',-1,'ub',1);
P(3) = Polyhedron('lb',2);Create union out of these polyhedra.
U = Union(P)
Union of 3 convex sets. Functions : noneRemove the second polyhedron from the union.
U.remove(2)
Union of 2 convex sets. Functions : none
◀ | vertcat | horzcat | ▶ |
© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch