Home > Objects > @iData > rmalias.m

iFit/rmalias

PURPOSE ^

s = rmalias(s, AliasName) : removes iData aliases

SYNOPSIS ^

function this = rmalias(this,names)

DESCRIPTION ^

 s = rmalias(s, AliasName) : removes iData aliases

   @iData/rmalias function to remove iData aliases.
   The function works also when AliasName is given as a cell string.
   The command rmalias(iData,'Signal') resets the Signal to the biggest numerical field.
   The input iData object is updated if no output argument is specified.
   To automatically guess new Signal and Axes, use:
     s.Signal='';

 input:  s: object or array (iData)
         AliasName: Name of existing or new alias (char/cellstr)
 output: s: array (iData)
 ex:     rmalias(iData,'Temperature')

 Version: Nov. 26, 2018
 See also iData, iData/getalias, iData/get, iData/set, iData/setalias

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