How to avoid NaN when summing up vectors?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Sean de Wolski
el 1 de Dic. de 2011
You could use isnan to find the nans and delete them or interpolate over them.
Más respuestas (1)
Ver también
Categorías
Más información sobre Numerical Integration and Differentiation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!