Home > Objects > @iData > zlim.m

iFit/zlim

PURPOSE ^

b = zlim(s,[ zmin zmax ]) : Reduce iData Z axis limits

SYNOPSIS ^

function a = zlim(a, lims, exclude)

DESCRIPTION ^

 b = zlim(s,[ zmin zmax ]) : Reduce iData Z axis limits

   @iData/zlim function to reduce the Z axis (rank 3) limits
     zlim(s) returns the current Z axis limits. 
     Undefined axis returns [NaN NaN] as limits.

   zlim(s, [min max], 'exclude') removes the specified range instead of keeping it.

 input:  s: object or array (iData)
         limits: new axis limits (vector)
 output: b: object or array (iData)
 ex:     b=zlim(a);

 Version: Nov. 26, 2018
 See also iData, iData/plot, iData/ylabel

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1