area under graph
Ältere Kommentare anzeigen
how would I estimate area under curve using matlab?
Antworten (1)
Andrei Bobrov
am 20 Feb. 2012
>> doc trapz
ADD
c - your matrix "of flows"
dt = .5 % eg .5 sec
timeColumn = dt*(0:size(c,1)-1).'
1 Kommentar
john
am 20 Feb. 2012
Kategorien
Mehr zu Numerical Integration and Differentiation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!