isnan
Check for Not a Number entries.
Syntax
tf = isnan(M)
Input argument
M - a variable
Output argument
tf - logical: result of 'isnan'.
Description
isnan returns a logical array which is true where elements of M are "Not a Number" values.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated