| << polyint | Polynomials | polyvalm >> |
| y = polyval(p, x) |
vector: polynomial coefficients
query points
vector: Function values
polyval evaluates polynomial at several points.
p = [3 2 1];
x = [5 7 9];
R = polyval(p, x)
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET