Array elements that are finite - MATLAB isfinite
This MATLAB function returns an array the same size as A containing logical 1 (true) where the elements of the array A are finite and logical 0 (false) where they are infinite or NaN. ... Description TF = isfinite(A) returns an array the same size as A co
www.mathworks.com |