Skip to main content

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

NameTypeDescription
Input variable 1Scalar ListData points of input variable 1.
Output variable 1Scalar ListData points of output variable 1.
Interpolation typeInterpolation EnumInterpolation type.

Outputs


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

NameTypeDescription
Input variable 1Scalar ListData points of input variable 1.
Input variable 2Scalar ListData points of input variable 2.
Output variable 1Scalar ListData points of output variable 1.

Outputs


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

NameTypeDescription
Input variable 1Scalar ListData points of input variable 1.
Input variable 2Scalar ListData points of input variable 2.
Input variable 3Scalar ListData points of input variable 3.
Output variable 1Scalar ListData points of output variable 1.

Outputs