Home > mpt > @polytope > unique.m

unique

PURPOSE ^

UNIQUE Removes redundant entries from a polytope array

SYNOPSIS ^

function [P, ind] = unique(P)

DESCRIPTION ^

UNIQUE Removes redundant entries from a polytope array

 [P, ind] = unique(P)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 unique(P) removes redundant polytopes from a polytope array P.

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 P   - polytope array

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 P   - polytope array containing only unique elements
 ind - indicies of unique regions

 see also POLYTOPE/REDUCEUNION

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003