将笛卡尔坐标转换为纬度/经度 [英] Converting cartesian coordinates to latitude/longitude

查看:267
本文介绍了将笛卡尔坐标转换为纬度/经度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Matlab中将笛卡尔坐标(x,y和z)转换为纬度和经度(以十进制表示)?

How can we convert Cartesian coordinates (x, y and z) into latitude and longitude (in decimals) in Matlab?

谢谢

推荐答案

如@ H.Munster所建议,它似乎像

As suggested by @H.Munster it seems like the Geodetic Toolbox - File Exchange submission contains what you need.

尤其是:xyz2ell-直角(x,y,z)到椭圆形(lat,long,ht)的坐标

In particular: xyz2ell - Cartesian (x,y,z) to ellipsoidal (lat,long,ht) coordinates

[lat,lon,h] = xyz2ell(X,Y,Z) 

这篇关于将笛卡尔坐标转换为纬度/经度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆