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

finite

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


Help text

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

	See also ISNAN, 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