simple integration calculation to find the area ?

1 Ansicht (letzte 30 Tage)
MUKESH KUMAR
MUKESH KUMAR am 23 Aug. 2019
Beantwortet: Torsten am 23 Aug. 2019
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?

Akzeptierte Antwort

Bruno Luong
Bruno Luong am 23 Aug. 2019
trapz(T,V)

Weitere Antworten (1)

Torsten
Torsten am 23 Aug. 2019
value_integral = trapz(T,V)

Community Treasure Hunt

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

Start Hunting!

Translated by