WOLFRAM SYSTEM MODELER
cubicHermiteEvaluate a cubic Hermite spline |
|
SystemModel["Modelica.Fluid.Utilities.cubicHermite"]

y = cubicHermite(x, x1, x2, y1, y2, y1d, y2d)
| x |
Type: Real Description: Abscissa value |
|---|---|
| x1 |
Type: Real Description: Lower abscissa value |
| x2 |
Type: Real Description: Upper abscissa value |
| y1 |
Type: Real Description: Lower ordinate value |
| y2 |
Type: Real Description: Upper ordinate value |
| y1d |
Type: Real Description: Lower gradient |
| y2d |
Type: Real Description: Upper gradient |
| y |
Type: Real Description: Interpolated ordinate value |
|---|