integration with matlab
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Réponses (1)
Bjorn Gustavsson
le 24 Jan 2012
Check: cumtrapz, quad, and the whole quad-family of functions.
HTH,
0 commentaires
Voir également
Catégories
En savoir plus sur Numerical Integration and Differentiation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!