"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!