MATLAB: Deriving fractions in matlab

fractions.derivative

hi, is it possible to derive a fraction? for example: (s+2)/(s^2+7)
thanks.

Best Answer

You can use the symbolic toolbox. If you need to do it more "by hand" then use the chain rule.
Related Question