MATLAB: How to calculate the derivate of an equation

integrationnumerical integrationsignal processing

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 ?

Best Answer

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.
Related Question