Coordinate transformation in to lat and lon

1 次查看(过去 30 天)
I have a location coordinate given as 23k 326287 7393293 I want to convert in to latitude and longitude in decimal form.

回答(1 个)

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by