TF = isnan(A) returns an array the same size as A containing logical true ( 1 ) where the elements of A are NaN s and logical false ( 0 ) where they are not.
確定! 回上一頁