simple integration calculation to find the area ?

1 次查看(过去 30 天)
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