Main Content
plotPointCloud
Description
plotPointCloud(
displays a point cloud generated from a point cloud data object,
pcPlotter
,pcObject
)pcObject
. The point cloud plotter, pcPlotter
, is
associated with a birdsEyePlot
object and configures the display
of the specified point cloud.
To remove the point cloud associated with the point cloud plotter, use the clearData
function with pcPlotter
specified as the input argument.
plotPointCloud(
specifies the point cloud data as a matrix of 2-D or 3-D points,
pcPlotter
,pointCloudMatrix
)pointCloudMatrix
.
Examples
Input Arguments
Version History
Introduced in R2020a
See Also
birdsEyePlot
| pointCloudPlotter
| findPlotter
| clearData
| clearPlotterData