MATLAB Function Reference |
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
polyfit | polyval |
© 1994-2005 The MathWorks, Inc.