"Nan" values appear when I run the program. How can I remove them?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have added photos for you to understand the problem:
댓글 수: 8
John D'Errico
2017년 8월 15일
NaNs are the result of an indeterminate operation. So you did something where the computer did not have a valid result to place there.
Essentially, it is best if you show how the NaNs were created. Then you can "remove" them by not creating them in the first place.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!