WOLFRAM SYSTEM MODELER
spliceFunctionSpline interpolation of two functions |
|
SystemModel["Modelica.Media.Air.MoistAir.Utilities.spliceFunction"]

out = spliceFunction(pos, neg, x, deltax)
| pos |
Type: Real Description: Returned value for x-deltax >= 0 |
|---|---|
| neg |
Type: Real Description: Returned value for x+deltax <= 0 |
| x |
Type: Real Description: Function argument |
| deltax |
Default Value: 1 Type: Real Description: Region around x with spline interpolation |
| out |
Type: Real |
|---|