Home > mpt > @polytope > get.m

get

PURPOSE ^

GET Get polytope properties

SYNOPSIS ^

function value = get(P,name)

DESCRIPTION ^

GET Get polytope properties

 value = get(P,name)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Get polytope properties (field values) of the given polytope

 USAGE:
   VALUE = GET(P,'PropertyName')
   i.e. value = get(P,'H')

 List of properties that can be accessed:
   H, K, minrep, normal, xCheb, RCheb, vertices

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 P     - Polytopes
 name  - String giving name of the property

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 value - Value of the given property

 see also DOUBLE, SET

CROSS-REFERENCE INFORMATION ^

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