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.

 採用された回答

Star Strider
Star Strider 2022 年 11 月 28 日

0 投票

Search the File Exchange for wgs2utm.

その他の回答 (1 件)

Askic V
Askic V 2022 年 11 月 28 日

0 投票

It seems that wgs2utm is not recognized as a built in function. Please check this:
Download and place this function in your working folder.

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by