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
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | irng |
Input Range |
|
The input range. |
Number of Points in Each Dimension | pts |
Input int |
|
Number of points in each dimension. |
X Minimum | xmin |
Input double |
|
Specifies the X minimum value of this interpolation. |
X Maximum | xmax |
Input double |
|
Specifies the X maximum value of this interpolation. |
Y Minimum | ymin |
Input double |
|
Specifies the Y minimum value of this interpolation. |
Y Maximum | ymax |
Input double |
|
Specifies the Y maximum value of this interpolation. |
Z Minimum | zmin |
Input double |
|
Specifies the Z minimum value of this interpolation. |
Z Maximum | zmax |
Input double |
|
Specifies the Z maximum value of this interpolation. |
Output | rd |
Output ReportData |
|
The output result. |
Please refer to this page in the User Guide for more information:
Keywords:interpolate