change aspect on polar plot
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 30 de Abr. de 2011
0 votos
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 comentarios
Hassan
el 30 de Abr. de 2011
Walter Roberson
el 30 de Abr. de 2011
Since rho is not an angle, it is incorrect to think of it as being in degrees _or_ radians. theta must be in radians.
Hassan
el 30 de Abr. de 2011
Categorías
Más información sobre Polar Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!