rose diagram - Rotating and reflecting Polarhistogram in MATLAB -


the default orientation polarhistogram plots in matlab 90degrees @ top , 270degrees @ bottom. example:

example of polarhistogram in matlab

i orientate plot such north (0degrees) @ top, 90degrees on right, 180degrees on bottom , 270 degrees on left i.e. normal compass. rose (now outdated?) have been possible with:

set(gca,'view',[-90 90],'ydir','reverse'); 

however, produces errors polarhistogram:

error using matlab.graphics.axis.polaraxes/set polaraxes view property must [0 90]. error in untitled5 (line 77) set(gca,'view',[-90 90],'ydir','reverse'); 

how can reorientate polarhiostogram?

all modifications can done within polaraxes class

set(gca,'thetazerolocation','top',...         'thetadir','counterclockwise'); 

Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -