area under graph
2 ビュー (過去 30 日間)
古いコメントを表示
how would I estimate area under curve using matlab?
0 件のコメント
回答 (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!