polyintPolynomial integration
q = polyint(p, c)p should be a non-empty vector (real or complex) containing the coefficients of a polynomial, where p(1) and p(end) are the highest and the zeroth order terms, respectively:q contains coefficients of the following integration, where c:c should be a real or complex scalar.q = polyint(p)q = polyint(p, 0).q = polyint(1:4, 0.5i)
q =
Columns 1 through 3:
0.2500 + 0.0000i 0.6667 + 0.0000i 1.5000 + 0.0000i
Columns 4 through 5:
4.0000 + 0.0000i 0.0000 + 0.5000i