how do convert decimal degree to meter using a loop ?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Akim Mahmud
il 7 Gen 2018
Risposto: Walter Roberson
il 7 Gen 2018
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 Commenti
Risposta accettata
Walter Roberson
il 7 Gen 2018
If you do not mind using approximations, then convert the angles in degrees into radians, and multiply by the radius of the object.
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!