Unrecognized function or variable 'wgs2utm'
조회 수: 1 (최근 30일)
이전 댓글 표시
Zahir Elharith Mohammedelamein Ahmed
2022년 11월 28일
I am trying to convert longtuide and latitude into a xy usinig wgs2utm but it says Unrecognized function or variable 'wgs2utm'. I do not know how to fix. Could someone please help me.
[x1,y1] = wgs2utm(Data{idlocname,12},Data{idlocname,13},30,'N');
Thank you very much.
댓글 수: 0
채택된 답변
추가 답변 (1개)
Askic V
2022년 11월 28일
It seems that wgs2utm is not recognized as a built in function. Please check this:
Download and place this function in your working folder.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!