integration with matlab

2 visualizaciones (últimos 30 días)
Richard
Richard el 24 de En. de 2012
How would I solve the following equation for ZV:
ZV = integral_{0}^{ZD}(z.*A)dz
where ZD = 40; z = [1:2:12];%depth A = [112,118,123,143,188,200];%area
  1 comentario
KSSV
KSSV el 24 de En. de 2012
check symbolic integration.....
read doc of int()
Sreenu

Iniciar sesión para comentar.

Respuestas (1)

Bjorn Gustavsson
Bjorn Gustavsson el 24 de En. de 2012
Check: cumtrapz, quad, and the whole quad-family of functions.
HTH,

Categorías

Más información sobre Numerical Integration and Differentiation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by