MATLAB: Change aspect on polar plot

polar plot

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.

Best Answer

I found the answer on http://www.mathworks.com/matlabcentral/newsreader/view_thread/134222. I should use view(90,-90).