MATLAB File Help: HebiMobileIO/setAxisLabel
HebiMobileIO/setAxisLabel
  setAxisLabel sets the axis label
 
    This method sets the label of specified axes.
 
    'Axes' Argument (required)
       The axis or an array of axes, e.g., [1 2] for a1 and a2
 
    'Labels' Argument (required)
       A string, or a cell array of strings specific for each axis.
 
    Example
      % Set a3/a4 labels to up/down
      mobileIO.setAxisLabel([3 4], {'up', 'down'});
Method Details
Access public
Sealed false
Static false