area under graph
Mostra commenti meno recenti
how would I estimate area under curve using matlab?
Risposte (1)
Andrei Bobrov
il 20 Feb 2012
>> doc trapz
ADD
c - your matrix "of flows"
dt = .5 % eg .5 sec
timeColumn = dt*(0:size(c,1)-1).'
1 Commento
john
il 20 Feb 2012
Categorie
Scopri di più su Numerical Integration and Differentiation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!