How to calculate the derivative of vector

42 visualizaciones (últimos 30 días)
Guendouz walid
Guendouz walid el 24 de En. de 2023
Comentada: Askic V el 22 de Feb. de 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 comentario
Askic V
Askic V el 22 de Feb. de 2023
Please try this:
Cd = diff(double(E))/pas;
and inspect the result.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Curve Fitting Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by