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

isinf

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


Help text

ISINF	True for infinite elements.
	ISINF(X) returns 1's where the elements of X are +Inf or -Inf
	and 0's where they are not.  For example ISINF([pi NaN Inf -Inf])
	is [0 0 1 1].

	See also FINITE, ISNAN.

Cross-Reference Information

This is called by

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