Home > Objects > @iData > xlim.m

iFit/xlim

PURPOSE ^

b = xlim(s,[ xmin xmax ]) : Reduce iData X axis limits

SYNOPSIS ^

function a = xlim(a, lims, exclude)

DESCRIPTION ^

 b = xlim(s,[ xmin xmax ]) : Reduce iData X axis limits

   @iData/xlim function to reduce the X axis (rank 2, columns) limits
     xlim(s) returns the current X axis limits. For 1D objects, the axis
     rank 1 limits are returned. Undefined axis returns [NaN NaN] as limits.

   xlim(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=xlim(a);

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

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