help In NAN problem
    5 views (last 30 days)
  
       Show older comments
    
Hi
MY code generate 1000000 samples
and when i want to sum this samples
it give me NAN
what the problem ??
0 Comments
Answers (1)
  Sean de Wolski
      
      
 on 19 Nov 2013
        Anything + NaN yields NaN. Use nansum() to sum ignoring nans.
doc nansum
0 Comments
See Also
Categories
				Find more on NaNs in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!