XYZGetMatrixSizeΒΆ

XYZGetMatrixSize returns the number of rows and columns of the interpolated matrix.

rvRowColumn = XYZGetMatrixSize(hData)

Return Value

rvRowColumn is a vector with two elements [nRows, nColumns].

Parameters

hData

A handle for a dataset created with XYZCreate.

id-1767385