ptAttrOut = select(ptAttr,indices)
selects the subset of lidar point attributes specified by the linear or logical indices
indices from the input lidarPointAttributes object
ptAttr.
Indices of the selected point attributes, specified as a numeric or logical vector.
Numeric vector — Specified as the linear indices of point attributes within
the lidarPointAttributes object ptAttr.
Logical vector — Specified as a vector of the same length as the value of the
Count property of the lidarPointAttributes
object ptAttr. Each element of the vector is a logical
0 (false) or 1
(true), where a value of 1 indicates to
select the corresponding point attribute.