area under graph
Afficher commentaires plus anciens
how would I estimate area under curve using matlab?
Réponses (1)
Andrei Bobrov
le 20 Fév 2012
>> doc trapz
ADD
c - your matrix "of flows"
dt = .5 % eg .5 sec
timeColumn = dt*(0:size(c,1)-1).'
1 commentaire
john
le 20 Fév 2012
Catégories
En savoir plus sur Numerical Integration and Differentiation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!