How to calculate the derivative of vector

42 vues (au cours des 30 derniers jours)
Guendouz walid
Guendouz walid le 24 Jan 2023
Commenté : Askic V le 22 Fév 2023
Hello!
I try to calculate the derivative of the vector (E) as shown in this figure below :
gives me zero using this formula:
(while the vector (E) is variable) as shown in curve:
Thanks in advance!
Walid.
  1 commentaire
Askic V
Askic V le 22 Fév 2023
Please try this:
Cd = diff(double(E))/pas;
and inspect the result.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Curve Fitting Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by