tempInterpol1

Temporary function for linear interpolation (will be removed)

Syntax

y = tempInterpol1(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 of table to be interpolated

Outputs (1)

y

Type: Real

Description: interpolated input value (icol column of table)