integral of a numerical vectors

4 次查看(过去 30 天)
itai
itai 2014-11-24
Hi,
I have 2 vectors containing time and Voltage values respectively: 1. vector containing voltage values - "Volt" 2. vector containing time values - "Time" I want to calculate the integral of "Volt" vector as function of the time, the range is from the first value of the vector to the last value.
please help me, Itai

回答(1 个)

Zoltán Csáti
Zoltán Csáti 2014-11-24
Use trapz :
trapz(Time,Volt);

类别

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