polyint (MATLAB Functions)
matlab.izmiran.ru/help/techdoc/ref/polyint.htmlMATLAB Function Reference : polyint. Integrate polynomial analytically. Syntax. polyint(p,k) polyint(p) Description. polyint(p,k) returns a polynomial representing the integral of polynomial p, using a scalar constant of integration k. polyint(p) assumes a constant of integration k=0. See Also. polyder, polyval, polyvalm, polyfit :
Polynomial integration - MATLAB polyint
www.mathworks.com › help › matlabIntegrate Quartic Polynomial. I = ∫ - 1 3 ( 3 x 4 - 4 x 2 + 1 0 x - 2 5) d x. Create a vector to represent the polynomial integrand 3 x 4 - 4 x 2 + 1 0 x - 2 5. The x 3 term is absent and thus has a coefficient of 0. Use polyint to integrate the polynomial using a constant of integration equal to 0.
polyint (MATLAB Functions)
matlab.izmiran.ru › help › techdocpolyint. Integrate polynomial analytically. Syntax. polyint(p,k) polyint(p) Description. polyint(p,k) returns a polynomial representing the integral of polynomial p, using a scalar constant of integration k. polyint(p) assumes a constant of integration k=0. See Also. polyder, polyval, polyvalm, polyfit