Scilab 6.0.0
Scilab Help >> Interpolation > interpln
interpln
linear interpolation
Syntax
[y]=interpln(xyd,x)
Arguments
- xyd
2 row matrix (xy coordinates of points)
- x
vector (abscissae)
- y
vector (y-axis values)
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.

Comments
Add a comment:
Please login to comment this page.