How to avoid NaN when summing up vectors?
8 views (last 30 days)
Show older comments
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?
0 Comments
Accepted Answer
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)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!