您好我想咨询一下,从极坐标转换为笛卡尔坐标x和y的转换是不是反了,按照这个图
不应该x=r*cos(elev)*cos(azim),y=r*cos(elev)*sin(azim)吗
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好我想咨询一下,从极坐标转换为笛卡尔坐标x和y的转换是不是反了,按照这个图
不应该x=r*cos(elev)*cos(azim),y=r*cos(elev)*sin(azim)吗
下面是显示方程式中使用的每个变量的屏幕截图-
1. angles_all_points (iobj,6) -> Rm
2. angles_all_points (iobj,1:2)=angleEst(iobj).angles(1:2); -> gives φm and θm
注意:负责这些脚本的团队不再提供支持。这些MATLAB脚本仅供参考。
在代码片段的注释中,提到在处理过程中,代码中的方位角和仰角会翻转。根据我的理解,为了得到正确的角度,(-1)被乘以。实际上,您使用φm和θm作为方位角和仰角。
正如我在之前的回复中提到的,负责这些脚本的团队成员不再提供支持。