[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/ops]

isnan

(/tools/hpmatlab/toolbox/matlab/ops/isnan.m)


Help text

ISNAN	True for Not-A-Number.
	ISNAN(X) returns 1's where the elements of X are NaN's and
 	0's where they are not.  For example ISNAN([pi NaN Inf -Inf])
	is [0 1 0 0].

	See also FINITE, ISINF.

Cross-Reference Information

This is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON