Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Integral of Signals/Vectors NOT functions

조회 수: 1 (최근 30일)
maxmathlab
maxmathlab 2017년 1월 18일
마감: MATLAB Answer Bot 2021년 8월 20일
I have a vector of obj. RPM of the wheels and want to know when it reaches a fixed distance.
rpm_vector=[0 0 0 50 150 300 200 30 2 0];
distance= 50;
is it better to use trapz() or cumsum()? I tested trapz with x*x from 1 to 5 and trapz()=42 / integral()=41.67.
  댓글 수: 1
Jordan Ross
Jordan Ross 2017년 1월 24일
Hello,
It sounds like "trapz" might be the better choice since it sounds like you want a numerical approximation for integration.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by