Coordinate transformation in to lat and lon

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

Answers (1)

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

Tags

Community Treasure Hunt

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

Start Hunting!