polyder (MATLAB Functions)
www.ece.northwestern.edu › matlabhelp › refk = polyder(p) k = polyder(a,b) [q,d] = polyder(b,a) Description. The polyder function calculates the derivative of polynomials, polynomial products, and polynomial quotients. The operands a, b, and p are vectors whose elements are the coefficients of a polynomial in descending powers. k = polyder(p) returns the derivative of the polynomial p.