Navigation

Operators and Keywords

Function List:

C++ API

: vi = griddata3 (x, y, z, v, xi, yi, zi)
: vi = griddata3 (x, y, z, v, xi, yi, zi, method)
: vi = griddata3 (x, y, z, v, xi, yi, zi, method, options)

Generate a regular mesh from irregular data using interpolation.

The function is defined by v = f (x, y, z). The interpolation points are specified by xi, yi, zi.

The interpolation method can be "nearest" or "linear". If method is omitted it defaults to "linear".

The optional argument options is passed directly to Qhull when computing the Delaunay triangulation used for interpolation. See delaunayn for information on the defaults and how to pass different values.

See also: griddata, griddatan, delaunayn.

Package: octave