auto_xy_SmoothΒΆ
The function is obsolete. New scripts should use the XYSetFilterFunctions function.
auto_xy_Smooth creates a new dataset.
- hDataNew = auto_xy_Smooth(hData_Layer, nSmoothFactor)
Return Value
hDataNew is the handle of the new 2D dataset.
Parameters
- hData_Layer
hData_Layer is a vector with one or two elements:
Value
Meaning
hData_Layer[1]
Handle of a dataset. The new dataset is added to the diagram to which the dataset hData_Layer[1] belongs.
hData_Layer[1, 2]
The first element is the handle of a dataset and the second element is the handle of diagram (layer). The new dataset is added to the diagram with the handle hData_Layer[2].
- nSmoothFactor
nSmoothFactor specifies the window size to calculate the mean value (moving average).
See also
id-1147441