help In NAN problem
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi
MY code generate 1000000 samples
and when i want to sum this samples
it give me NAN
what the problem ??
0 comentarios
Respuestas (1)
Sean de Wolski
el 19 de Nov. de 2013
Anything + NaN yields NaN. Use nansum() to sum ignoring nans.
doc nansum
0 comentarios
Ver también
Categorías
Más información sobre NaNs en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!