integral of a numerical vectors

조회 수: 3 (최근 30일)
itai
itai 2014년 11월 24일
댓글: Zoltán Csáti 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);
  댓글 수: 3
Zoltán Csáti
Zoltán Csáti 2014년 11월 24일
You are wellcome.
Zoltán Csáti
Zoltán Csáti 2014년 11월 24일
Perhaps you can accept my answer if it was helpful.

댓글을 달려면 로그인하십시오.

카테고리

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