auto_xy_ExtractRangeΒΆ
The function is obsolete. New scripts should use the XYSetFilterFunctions function.
- hDataNew = auto_xy_ExtractRange(hData_Layer, xmin, xmax)
Return Value
hDataNew is the handle of the new dataset.
Parameters
- hData_Layer
hData_Layer is a vector with two elements. The first element is a handle of a 2D dataset and the second element is a handle of a layer (diagram) to which the new dataset should be added.
- xmin
xmin
- xmax
xmax
Comment
The x-coordinates of all given dataset must be strictly increasing.
See also
id-1921272