Coordinate transformation in to lat and lon

1 visualizzazione (ultimi 30 giorni)
I have a location coordinate given as 23k 326287 7393293 I want to convert in to latitude and longitude in decimal form.

Risposte (1)

Chad Greene
Chad Greene il 17 Ago 2017
If you know the projection, you can use projinv in the form
[lat,lon] = projinv(proj,326287 7393293)

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by