change aspect on polar plot
5 次查看(过去 30 天)
显示 更早的评论
I want to make a polar plot from azimuth angles and zenith angles. I wonder in polar(theta,rho) if theta is azimuth and rho is zenith? and if they must be in radian? I also wonder how I can put change the position of the origin (0) on the circule as I want the origin to start from north and increse clockwise. I appereciate your help.
0 个评论
采纳的回答
更多回答(1 个)
Walter Roberson
2011-4-30
No, rho is radius. You cannot create a polar plot just from angles.
I do not see a MATLAB routine for 3D polar plots, but there might perhaps be one in the MATLAB File Exchange (FEX)
3 个评论
Walter Roberson
2011-4-30
Since rho is not an angle, it is incorrect to think of it as being in degrees _or_ radians. theta must be in radians.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polar Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!