functiontempInterpol2

Obsolete function for vectorized linear interpolation

Extends from Modelica.Icons.Function (Icon for functions), Modelica.Icons.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).

Information

Inputs

TypeNameDefaultDescription
RealuInput value (first column of table)
Real[:,:]tableTable to be interpolated
Integer[:]icolColumn(s) of table to be interpolated

Outputs

TypeNameDefaultDescription
Real[1,size(icol, 1)]yInterpolated input value(s) (column(s) icol of table)