maprefpostings
R2026bReference raster postings to map coordinates
Syntax
Description
creates a reference object for a raster of regularly posted samples in planar
coordinates. Specify the xy-limits of the raster using
R = maprefpostings(xlimits,ylimits,rasterSize)xlimits and ylimits. Specify the
number of rows and columns in the raster using
rasterSize.
specifies properties of the reference object using one or more name-value arguments,
in addition to the input arguments in the previous syntaxes.R = maprefpostings(___,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Tips
To create a map raster reference object from a world file matrix, use the maprasterref function.