area under graph
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how would I estimate area under curve using matlab?
0 comentarios
Respuestas (1)
Andrei Bobrov
el 20 de Feb. de 2012
>> doc trapz
ADD
c - your matrix "of flows"
dt = .5 % eg .5 sec
timeColumn = dt*(0:size(c,1)-1).'
Ver también
Categorías
Más información sobre Numerical Integration and Differentiation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!