Show grid values in a figure
show(
displays the occupancy
grid map
)map
in the current axes, with the axes labels
representing the world coordinates.
show(
displays the
occupancy grid map
, "local")map
in the current axes, with the axes
labels representing the local coordinates instead of world coordinates.
show(
displays the
occupancy grid map
, "grid")map
in the current axes, with the axes
labels representing the grid coordinates.
show(___,
specifies additional options specified by one or more name-value pair
arguments.Name,Value
)
returns the handle to the image object created by
mapImage
= show(___)show
.