Home > mpt > @polytope > fliplr.m

fliplr

PURPOSE ^

FLIPLR Flips array of polytopes

SYNOPSIS ^

function R = fliplr(P)

DESCRIPTION ^

FLIPLR Flips array of polytopes

 R = fliplr(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 FLIPUD, 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