Home > Objects > @iData > isnumeric.m

iFit/isnumeric

PURPOSE ^

b = isnumeric(s) : True for numeric iData object elements

SYNOPSIS ^

function a = isnumeric(a)

DESCRIPTION ^

 b = isnumeric(s) : True for numeric iData object elements

   @iData/isnumeric function to return true for numeric elements
   of 's', i.e. that are of type double, single, integer.

 input:  s: object or array (iData)
 output: b: object or array (iData)
 ex:     b=isnumeric(a);

 Version: Aug. 22, 2017
 See also iData, iData/sign, iData/isreal, iData/isfinite, iData/isnan,
          iData/isinf, iData/isfloat, iData/isinterger,
          iData/isnumeric, iData/islogical, iData/isscalar,
          iData/isvector, iData/issparse

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 22-Aug-2017 11:03:30 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1