Test if the union is built from full-dimensional polyhedra.
ts = U.isFullDim
ts = isFullDim(U)
U |
Union of polyhedra in the same dimension. Class: PolyUnion |
ts |
True if all polyhedra in the union are full-dimensional and false otherwise. Class: logical Allowed values:
|
P(1) = Polyhedron('lb',[0;0],'ub',[1;1]);
P(2) = Polyhedron('lb',[0;0],'ub',[0;1]);Create union
U = PolyUnion(P)
PolyUnion in the dimension 2 with 2 polyhedra. Functions : noneCheck if the union is full-dimensional
U.isFullDim
ans = 0The full-dimensionality property can be retrieved from
U.Internal.FullDim
ans = 0
◀ | locatepoint | toc | ▶ |
© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch