integral of a numerical vectors
Ältere Kommentare anzeigen
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
Antworten (1)
Zoltán Csáti
am 24 Nov. 2014
trapz(Time,Volt);
3 Kommentare
itai
am 24 Nov. 2014
Zoltán Csáti
am 24 Nov. 2014
You are wellcome.
Zoltán Csáti
am 24 Nov. 2014
Perhaps you can accept my answer if it was helpful.
Kategorien
Mehr zu Numerical Integration and Differentiation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!