firstCornerX

Return world x-coordinate of map raster index (1,1)

Description

x = firstCornerX(R) returns the world x-coordinate of the outermost corner of the first cell (1,1) of map raster R.

Input Arguments

collapse all

Map raster, specified as a MapCellsReference or MapPostingsReference object.

Output Arguments

collapse all

World x-coordinate, returned as a numeric scalar.

Data Types: double

See Also

Introduced in R2013b