getMapData
Syntax
Description
returns a cell array of matrices for the data in each layer of the specified mapData
= getMapData(map
)multiLayerMap
object. For binary or occupancy map layers, the values of this function are passed to the
getOccupancy
function.
mapData
is returned as an cell-array of matrices for each
layer.
takes the mapData
= getMapData(map
,layername
,layerinputs
)layerinputs
arguments and passes them to the getMapData
object function for the specified map layer name. To access individual cells or blocks of
data in the world, local, or grid coordinates, see the syntaxes of getMapData
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a