area under graph

조회 수: 3 (최근 30일)
john
john 2012년 2월 20일
how would I estimate area under curve using matlab?

답변 (1개)

Andrei Bobrov
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).'
  댓글 수: 1
john
john 2012년 2월 20일
thanks, ill look at that later but I was thinking of using an estimation using summation that its equal to sum*dt would there be a simple way of doing this? I have a matrix of flows and want to use one column of them and find the area of the graph of that column vs. time

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by