Home > Objects > @iData > not.m

iFit/not

PURPOSE ^

b = not(s) : computes the logical 'not' of iData object

SYNOPSIS ^

function a = not(a)

DESCRIPTION ^

 b = not(s) : computes the logical 'not' of iData object

   @iData/not function to compute the logical 'not' of data sets, 
     i.e. returns 0 where iData Signal is not zero, and 1 otherwise.

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

 Version: Aug. 22, 2017
 See also iData, iData/or, iData/and

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