Input variable 1, Output variable 1, Interpolation Enum
Input variable 1, Input variable 2, Output variable 1
Input variable 1, Input variable 2, Input variable 3, Output variable 1
Input variable 1, Output variable 1, Interpolation Enum
Create a Map <1d,1d> from a collection of points using linear or cubic interpolation within the convex hull of the point set and no extrapolation.Inputs
| Name | Type | Description |
|---|---|---|
| Input variable 1 | Scalar List | Data points of input variable 1. |
| Output variable 1 | Scalar List | Data points of output variable 1. |
| Interpolation type | Interpolation Enum | Interpolation type. |
Outputs
| Type |
|---|
| Map <1d,1d> |
Input variable 1, Input variable 2, Output variable 1
Create a Map <2d,1d> from a collection of points using linear or cubic interpolation within the convex hull of the point set and no extrapolation.Inputs
| Name | Type | Description |
|---|---|---|
| Input variable 1 | Scalar List | Data points of input variable 1. |
| Input variable 2 | Scalar List | Data points of input variable 2. |
| Output variable 1 | Scalar List | Data points of output variable 1. |
Outputs
| Type |
|---|
| Map <2d,1d> |
Input variable 1, Input variable 2, Input variable 3, Output variable 1
Create a Map <3d,1d> from a collection of points using linear or cubic interpolation within the convex hull of the point set and no extrapolation.Inputs
| Name | Type | Description |
|---|---|---|
| Input variable 1 | Scalar List | Data points of input variable 1. |
| Input variable 2 | Scalar List | Data points of input variable 2. |
| Input variable 3 | Scalar List | Data points of input variable 3. |
| Output variable 1 | Scalar List | Data points of output variable 1. |
Outputs
| Type |
|---|
| Map <3d,1d> |

