Home > Objects > @iData > clim.m

iFit/clim

PURPOSE ^

b = clim(s,[ cmin cmax ]) : Reduce iData C axis limits

SYNOPSIS ^

function a = clim(a, lims, exclude)

DESCRIPTION ^

 b = clim(s,[ cmin cmax ]) : Reduce iData C axis limits

   @iData/clim function to reduce the C axis (rank 4) limits
     clim(s) returns the current C axis limits. 
     Undefined axis returns [NaN NaN] as limits.

   clim(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=clim(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