Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Integral of Signals/Vectors NOT functions

2 vues (au cours des 30 derniers jours)
maxmathlab
maxmathlab le 18 Jan 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
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 commentaire
Jordan Ross
Jordan Ross le 24 Jan 2017
Hello,
It sounds like "trapz" might be the better choice since it sounds like you want a numerical approximation for integration.

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by