How to avoid NaN when summing up vectors?

8 次查看(过去 30 天)
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?

采纳的回答

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

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by