show
Description
show( visualizes the NDT map
                    as a point cloud. The function uses voxel means, covariances, and point counts
                    to generate points for the display. These points are not the points used to
                    build the map. The NDT map is a compressed representation of the point cloud map
                    that stores the voxels and their 3-D normal distributions.ndtMap)
show(
                    displays points within the spatial map or submap specified by
                        ndtMap,spatialExtent)spatialExtent.
show(___,
                    specifies options using one or more name-value arguments in addition to any
                    combination of input arguments in previous syntaxes. For example,
                        Name,Value)'MarkerSize',6 sets the marker size to
                    6 points.
ax = show(___)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2021a

