필터 지우기
필터 지우기

Coordinate transformation in to lat and lon

조회 수: 4 (최근 30일)
Thishan Dharshana Karandana Gamalathge
답변: Chad Greene 2017년 8월 17일
I have a location coordinate given as 23k 326287 7393293 I want to convert in to latitude and longitude in decimal form.
  댓글 수: 1
KSSV
KSSV 2017년 8월 3일
Throw some light on present format??

댓글을 달려면 로그인하십시오.

답변 (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