Analysis: Mathematics: 3D Interpolation
Perform 3D interpolation
1. interp3 (Col(1), Col(2), Col(3), Col(4)) pts:=5;
Please refer to the page for additional option switches when accessing the x-function from script
Input
Range
The input range.
int
Number of points in each dimension.
double
Specifies the X minimum value of this interpolation.
Specifies the X maximum value of this interpolation.
Specifies the Y minimum value of this interpolation.
Specifies the Y maximum value of this interpolation.
Specifies the Z minimum value of this interpolation.
Specifies the Z maximum value of this interpolation.
Output
ReportData
The output result.
Please refer to this page in the User Guide for more information:
minterp2
Keywords:interpolate