MATLAB: Urgent! …..Compass plot

plots

How to set the axis limits for compass plot. I want to set axis from 0 to 360 degree in clockwise direction.

Best Answer

Why is this urgent?
Try this:
set(gca,'xdir','reverse')
Or if you want the zero on the right as normal, do this instead:
set(gca,'ydir','reverse')