Unrecognized function or variable 'wgs2utm'
1 次查看(过去 30 天)
显示 更早的评论
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!