How do I check if any elements are not a number in a matrix.

조회 수: 36 (최근 30일)
Giuseppe
Giuseppe 2014년 3월 24일
댓글: Giuseppe 2014년 3월 24일
I want to check that the matrix I have contains any non numbers in it. I guess I would use the any() function? I just don't know what code to use.
  댓글 수: 2
Rizwana
Rizwana 2014년 3월 24일
a = [-2 -1 0 1 2]
isnan(1./a)
Warning: Divide by zero.

댓글을 달려면 로그인하십시오.

채택된 답변

Friedrich
Friedrich 2014년 3월 24일
Hi,
I think you are looking for isfinite. (isNaN covers NaN values only but isfinte covers NaN as well as Inf).

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by