XYZGetBubbleSizeΒΆ

XYZGetBubbleSize returns the bubble diameter in centimeters.

rvSize = XYZGetBubbleSize(hData)

Return Value

rvSize is a vector with 2 elements:

Value Meaning
rvSize[1] Bubble diameter in centimeters for the minimum z value.
rvSize[2] Bubble diameter in centimeters mm for the maximum z value.

Parameters

hData

Is the handle of a data set created with XYZCreate.

id-437043