MATLAB Polynomials - ElectricalWorkbook
https://electricalworkbook.com/matlab-polynomials27.09.2018 · Polynomial Derivatives. The polyder function used to calculate the derivative of any polynomial. General Form: d=polyder(p) where, d is a row vector with the roots of the polynomial derivatives. p is a row vector with the coefficients of the polynomial. Example. Aim (1): To find derivative of polynomial equation p(x) as given below, in MATLAB.