Unrecognized function or variable 'wgs2utm'
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Askic V
el 28 de Nov. de 2022
0 votos
It seems that wgs2utm is not recognized as a built in function. Please check this:
Download and place this function in your working folder.
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!