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