How to calculate the derivate of an equation ?

1 回表示 (過去 30 日間)
farzad
farzad 2020 年 1 月 18 日
コメント済み: Star Strider 2020 年 1 月 18 日
Hi All
I have the crack energy equation :
c1.png
In which R and G are numbers , also c and m. N is loading cycle : so it's a signal.
in which rho is defined as :
c2.png
Having the second equation, how can I derivate it with respect to N numerically ?

採用された回答

Star Strider
Star Strider 2020 年 1 月 18 日
To calculate a numerical derivative of a vector, use the gradient function.
If ‘N’ is a vector, use gradient on it, then multiply that result by the other term in the expression.
  2 件のコメント
farzad
farzad 2020 年 1 月 18 日
Thank you very much! Is gradient equivalent for derivative? Are they the same in math?
Star Strider
Star Strider 2020 年 1 月 18 日
My pleasure!
The MATLAB gradient function calculates the central difference approximation of the numerical derivative. Mathematically, Gradient is a specific term that the gradient function actually creates with a matrix argument. With a vector, the MATLAB gradient function returns the derivative of the vector. See the documentation for a full description of the function and its use.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by