pcheatmap
Syntax
Description
displays two point clouds, and overlays a heatmap based on ax = pcheatmap(ptCloudA,ptCloudB,mapData)mapData. The
function displays the point clouds using color information, if available. Otherwise, the
function uses dark gray and light gray to display ptCloudA and
ptCloudB, respectively. The function returns an axes graphics
object.
specifies options using one or more name-value arguments in addition to any combination of
input arguments from previous syntaxes. For example, ax = pcheatmap(___,Name=Value)MarkerSize=5 sets
the diameter of the point marker to 5.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026a


