WOLFRAM SYSTEM MODELER

tempInterpol2

Temporary function for vectorized linear interpolation (will be removed)

Wolfram Language

In[1]:=
SystemModel["Modelica.Math.tempInterpol2"]
Out[1]:=

Syntax

y = tempInterpol2(u, table, icol)

Inputs (3)

u

Type: Real

Description: input value (first column of table)

table

Type: Real[:,:]

Description: table to be interpolated

icol

Type: Integer[:]

Description: column(s) of table to be interpolated

Outputs (1)

y

Type: Real[1,size(icol, 1)]

Description: interpolated input value(s) (column(s) icol of table)