MATLAB Function Reference Previous page   Next Page
polyint

Integrate polynomial analytically

Syntax

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


Previous page  polyfit polyval Next page

© 1994-2005 The MathWorks, Inc.