Slightly different wind rose in Matlab

I would like to build a wind rose in Matlab similar to the following: http://www.windographer.com/media/medialibrary/2010/04/windshear.png
The input data is a wind frequency distribution binned by direction and month. It has the circular shape of a wind rose but the lines of a radar plot. Any tips would be much appreciated!

 Akzeptierte Antwort

Bjorn Gustavsson
Bjorn Gustavsson am 31 Mai 2011

0 Stimmen

Isn't this just what you'd get with polar? (or any of its siblings on the file exchange)

2 Kommentare

Braden
Braden am 31 Mai 2011
Thanks for the answer Bjorn. I think with a little bit of playing the polar might work. The polar plot uses normal quadrant rules and has 0 on the positive X axis, with 90, 180, and 270 on the axes going CCW. On wind roses 0/359 is the positive Y axis, with 90, 180, and 270 on the axes going CW. http://www.mathworks.com/help/techdoc/ref/polar_1.png
Apparently this command: set(gca,'view',[-90 90]) will rotate so 0 is at the top, but how to I flip 180 and 270?
Braden
Braden am 31 Mai 2011
Never mind, I used: set(gca,'view',[90 -90]) and it now will work for me.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Polar Plots finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by