Isnan

Returns TRUE if the argument x contains a NaN value, FALSE otherwise.

Syntax

isnan(x)

Types
 Variable NameValue TypeVariable Type
Argument:xreal, complexscalar, vector, matrix, signal, xy-data
Result: zbool scalar
Calculator Input

Use the isnan button to complete the operation.

Example
IDDescriptionTypeValueExpression
x COMPLEX REAL SIGNAL   signal([1,2],[1,1/0],[real(1/0),imag(1/0)])
z Result BOOL trueisnan(x)
y REAL SIGNAL   signal([1,2],[1,2],[3,4])
z Result BOOL falseisnan(y)