SegPal >> SegPal > Interpln_H
Interpln_H
Multivariable linear interpolation
Description
Let XY be a space describing a set of points in the plane, with increasing abscissas, and X a set of abscissas, this function returns in the output vector S the corresponding ordinates, calculated by linear interpolation of the input data U.
Alternative forms
Interfacing function
SegPal\macros\Interpln_H.sci
Computational function
SegPal\src\c\Interpln_HC.c
Test program
SegPal\demos\Interpln_H.zcos