help In NAN problem

Hi
MY code generate 1000000 samples
and when i want to sum this samples
it give me NAN
what the problem ??

Respuestas (1)

Sean de Wolski
Sean de Wolski el 19 de Nov. de 2013

0 votos

Anything + NaN yields NaN. Use nansum() to sum ignoring nans.
doc nansum

Categorías

Preguntada:

el 19 de Nov. de 2013

Respondida:

el 19 de Nov. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by