How to calculate the derivative of vector

42 Ansichten (letzte 30 Tage)
Guendouz walid
Guendouz walid am 24 Jan. 2023
Kommentiert: Askic V am 22 Feb. 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 Kommentar
Askic V
Askic V am 22 Feb. 2023
Please try this:
Cd = diff(double(E))/pas;
and inspect the result.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Curve Fitting Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by