Generate a regular mesh from irregular data using interpolation. The function is defined by y = f (x). The interpolation points are all xi. The interpolation method can be "nearest" or "linear". If method is omitted it defaults to "linear". See also: griddata delaunayn
Generate a regular mesh from irregular data using interpolation. The function is defined by y = f (x). The interpolation points are all xi.
= f (
)
The interpolation method can be "nearest" or "linear". If method is omitted it defaults to "linear".
"nearest"
"linear"