Page 1 of 1

Interpolation matrix

Posted: 19 Oct 2015, 11:51
by PetrS
size=150Interpolation matrix/size

Interpolation matrix (hereinafter IM) is used to automatically interpolate within irregular grid.

IM is filled by command AddPoint. This defines existing (known) points and its value(s).
Each known point has 1..N values (number of values in each known point must be same).

Interpolated value can be obtained using command TryInterpolate.

See attached example for more details.