[TOC]

polyint

Polynomial integration

Usages

q = polyint(p, c)

q = polyint(p)

Examples

Input
q = polyint(1:4, 0.5i)
Output
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