Latitude longitude to meters on Mars
5 ビュー (過去 30 日間)
古いコメントを表示
Hello, I have to transform lat, lon to meters on Mars. I tried deg2km(..., 'mars'), but it doesn't work because this function consider mars as a sphere. Any idea?
Thank you.
5 件のコメント
Gabrielle Hedrick
2019 年 5 月 11 日
I'm going to comment on this in case someone else is looking for this (apparently I wasn't the only one!):
this page gives the radii taken into consideration for the coordinates. To change from degree to meters, calculate the circumference, divide by 360 and it gives a factor to go from degree to km.
回答 (1 件)
Matthias Walle
2016 年 10 月 6 日
Hello,
Are you looking for something like the Vincenty's formulae in Matlab? It is used to calculate the distance between two points on the surface of a spheroid.
you can change the parameters of the ellipsoid axis in the file for Mars I guess.
I hope this helped,
Matthias
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!