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