bilinear_interpolate
Estimate values between known 2D grid points using bilinear interpolation to calculate intermediate data points from surrounding coordinates.
Instructions
Perform bilinear interpolation for 2D grid data (Domain: numerical, Category: interpolation)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| f11 | Yes | ||
| f12 | Yes | ||
| f21 | Yes | ||
| f22 | Yes |