Unproject x-y map coordinates to latitude-longitude coordinates
[
transforms the map coordinates specified by lat
,lon
]
= projinv(proj
,x
,y
)x
and y
in
the projected coordinate reference system specified by proj
to the
latitude-longitude coordinates lat
and lon
. Specify
proj
using a projcrs
object
(since R2020b), a map projection structure, or a GeoTIFF information
structure.