MATLAB: Can anyone help me take a shape file (‘nybb.shp’) and turn the XY coordinates into geographic coordinates so that I can use geoshow as opposed to mapshow

Mapping Toolboxtransform xy coordinates to geographic coordinates

I have a map of new york city that I can project using mapshow, but I would like to project it using lat and lon coordinates. How do I convert it?

Best Answer

You can use projinv for this.