Scilab Function

interpln - linear interpolation

Calling Sequence

[y]=interpln(xyd,x)

Parameters

Description

given xyd a set of points in the xy-plane which increasing abscissae and x a set of abscissae, this function computes y the corresponding y-axis values by linear interpolation.

Examples

See Also