How to avoid NaN when summing up vectors?

8 views (last 30 days)
Hi,
Im trying to make some discrete integrals using trapz or even just using riemann sums, but I cant avoid getting NaN as a result. And the vector Im trying to integrate has no NaN values... Matlab can plot it perfectly without problems, values are well bounded but just cant sum up the total value.
Any help?

Accepted Answer

Sean de Wolski
Sean de Wolski on 1 Dec 2011
You could use isnan to find the nans and delete them or interpolate over them.

More Answers (1)

Raimundo De Mussy
Raimundo De Mussy on 1 Dec 2011
nevermind, I found one damn NaN inside the vector I was trying to integrate. problem solved thx anyway

Community Treasure Hunt

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

Start Hunting!