Home > mpt > @polytope > flipud.m

flipud

PURPOSE ^

FLIPUD Flips array of polytopes

SYNOPSIS ^

function R = flipud(P)

DESCRIPTION ^

FLIPUD Flips array of polytopes

 R = flipud(P)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 If the input argument is a polytope array (i.e. (U Pi)),
 returns a polytope array R where R(1)=P(n), R(2)=P(n-1), ..., R(n)=P(1)

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 P   - Polytope array

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 R   - Flipped polytope array

 see also FLIPLR, SUBSREF, LENGTH

CROSS-REFERENCE INFORMATION ^

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