XYZGetDataΒΆ

XYZGetData returns the original data points.

rmXYZ = XYZGetData(hData)

Return Value

rmXYZ is a matrix with 3 columns:

Value Meaning
Column 1 x-coordinates
Column 2 y-coordinates
Column 3 z-coordinates

If the dataset has been created from a matrix the function returns the scalar value 0.

Parameters

hData

A handle for a dataset created with XYZCreate.

id-717978