how do convert decimal degree to meter using a loop ?
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi,
I have 51 by 51 matrix of latitude values in decimal degrees. I want to convert them in meters using a loop and without any functions. I don't have any cordinate transformation function in my matlab license. Any help would be appreciated.
댓글 수: 0
채택된 답변
Walter Roberson
2018년 1월 7일
If you do not mind using approximations, then convert the angles in degrees into radians, and multiply by the radius of the object.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!