help In NAN problem
1 回表示 (過去 30 日間)
古いコメントを表示
Hi
MY code generate 1000000 samples
and when i want to sum this samples
it give me NAN
what the problem ??
0 件のコメント
回答 (1 件)
Sean de Wolski
2013 年 11 月 19 日
Anything + NaN yields NaN. Use nansum() to sum ignoring nans.
doc nansum
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で NaNs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!