WOLFRAM SYSTEM MODELER

spliceFunction

Spline interpolation of two functions

Wolfram Language

In[1]:=
SystemModel["Modelica.Media.Air.MoistAir.Utilities.spliceFunction"]
Out[1]:=

Syntax

out = spliceFunction(pos, neg, x, deltax)

Inputs (4)

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

Outputs (1)

out

Type: Real