functioncubicHermite
Evaluate a cubic Hermite spline
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | Abscissa value | |
| Real | x1 | Lower abscissa value | |
| Real | x2 | Upper abscissa value | |
| Real | y1 | Lower ordinate value | |
| Real | y2 | Upper ordinate value | |
| Real | y1d | Lower gradient | |
| Real | y2d | Upper gradient |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Interpolated ordinate value |
Revisions
- May 2008
by Michael Sielemann:
Designed and implemented.