How to calculate the derivative of vector

38 ビュー (過去 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 Center および File ExchangeCurve Fitting Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by