Home > Objects > @iData > ylabel.m

iFit/ylabel

PURPOSE ^

b = ylabel(s,label) : Change iData Y axis label

SYNOPSIS ^

function a = ylabel(a, lab)

DESCRIPTION ^

 b = ylabel(s,label) : Change iData Y axis label

   @iData/ylabel function to change the Y axis (rank 1, rows) label
     ylabel(s) returns the current Y axis label
   The input iData object is updated if no output argument is specified.

 input:  s: object or array (iData)
         label: new Y label (char/cellstr)
 output: b: object or array (iData)
 ex:     b=ylabel(a);

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

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