Method ao/max


  MAX computes the maximum value of the data in the AO
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: MAX computes the maximum value of the data in the AO.
 
  CALL:        ao_out = max(ao_in);
               ao_out = max(ao_in, pl);
  
  NOTE: this does not currently work for data3D AOs.
 
  PARAMETERS: 
 
  Parameters Description
 
  VERSION:     $Id: max.m,v 1.31 2012/01/13 19:55:42 mauro Exp $
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

1D

no description
Key Default Value Options Description
AXIS 'y' none The axis on which to apply the method.
DIM [] none The dimension of the chosen vector to apply the method to. This is necessary for functions like mean() when applied to matrices held in cdata objects. For tsdata, fsdata or xydata, this option has no effect.
OPTION '' none Any additional option to pass to the method.
back to top back to top

2D

no description
Key Default Value Options Description
AXIS 'y'
  • 'x'
  • 'y'
  • 'xy'
The axis on which to apply the method.
OPTION '' none Any additional option to pass to the method.
back to top back to top

3D

no description
Key Default Value Options Description
AXIS 'z'
  • 'x'
  • 'y'
  • 'z'
  • 'xyz'
The axis on which to apply the method.
DIM [] none The dimension of the chosen vector to apply the method to. This is necessary for functions like mean() when applied to matrices held in the z field of xyzdata objects.
OPTION '' none Any additional option to pass to the method.
back to top back to top

Some information of the method ao/max are listed below:
Class name ao
Method name max
Category Operator
CVS Version $Id: max.m,v 1.31 2012/01/13 19:55:42 mauro Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team