This function calculates a result matrix from a data matrix in which the number of columns and rows can be chosen from a range of 5 to 100. The result matrix can be calculated by a spline-, fit spline or bi-linear interpolation. The x- and y- data range will not be changed. The matrix must not be square. The distance of the rows and columns to the source matrix does not have to be equidistant.
Right click an isoline of a 3D dataset to open the context menu.
This factor specifies how close the interpolated matrix should be attached to the original matrix. The tension factor must lie between 0 and 50. A quasi linear interpolation will be executed for the value 50.
The tension factor is not necessary for a bi-linear interpolation.
The smooth factor can be set for the fit-spline. A value 0 means no smoothing. All values greater than 0 will perform smoothing. Example values: 0.1, 0.5, 1 or 10.
Comment
The result matrix will be added to the selected diagram as a 3D dataset.
This function is written in UniScript. The source code is found in the files surf.ic and rs_xyz.ic.
See also
id-970520