Back to Polynomial Functions
hermval
Evaluate Hermite polynomial
Syntax
y = hermval(x, c)
Description
Evaluates a physicist's Hermite polynomial at point x.
Parameters
| Name | Description |
|---|---|
| x | Point at which to evaluate |
| c | Hermite coefficient array |
Returns
Polynomial value at x
Examples
Try It
>> hermval(1, [1 2 3])