area under graph
조회 수: 3 (최근 30일)
이전 댓글 표시
답변 (1개)
Andrei Bobrov
2012년 2월 20일
>> doc trapz
ADD
c - your matrix "of flows"
dt = .5 % eg .5 sec
timeColumn = dt*(0:size(c,1)-1).'
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!