simple integration calculation to find the area ?

조회 수: 1 (최근 30일)
MUKESH KUMAR
MUKESH KUMAR 2019년 8월 23일
답변: Torsten 2019년 8월 23일
I had a 30 min time step vector T(48*1) values T=[30 60 90 ........1440], and another vector V(48*1) having some values. I want to find out the integration of vector V over vector T in the given range?

채택된 답변

Bruno Luong
Bruno Luong 2019년 8월 23일

추가 답변 (1개)

Torsten
Torsten 2019년 8월 23일
value_integral = trapz(T,V)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by