Could anyone tell me why NaN is being present instead of numbers.
조회 수: 2 (최근 30일)
이전 댓글 표시
Could anyone tell me why NaN is being present instead of numbers.
댓글 수: 0
채택된 답변
Birdman
2018년 2월 5일
편집: Birdman
2018년 2월 5일
Read the following blog. It is helpful:
댓글 수: 3
Jan
2018년 2월 5일
@Prabha: To avoid the creation of NaN value, you have to avoid to perform calculations, which have NaN as result. There is no general way to "avoid" them, because they are the mathematically correct result for certain operations.
You get e.g. NaN for the numerical value of an imported Excel file, if the corresponding cell contains a string. Or you get NaN, if you divide by 0. If you need a method to catch this, post the relevant part of your code, as usual.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!