How to calculate the derivative of vector

조회 수: 42 (최근 30일)
Guendouz walid
Guendouz walid 2023년 1월 24일
댓글: Askic V 2023년 2월 22일
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
Askic V
Askic V 2023년 2월 22일
Please try this:
Cd = diff(double(E))/pas;
and inspect the result.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Curve Fitting Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by