How to make a fill for standard deviation around a polar plot?
Hello,
I am trying to figure out how to make a standard deviation fill around the mean plotted in polarplot(). Here is my code:
deg = [330 300 270 240 210 180 150 120 90 60 30 0 330];
m_1 = [0.895 0.76 1.35 2.07 2.234 1.167 0.367 0.332 0.410 0.842 0.942 0.760 0.895];
s_1 = [1.505 1.127 1.60 2.53 2.18 1.82 0.437 0.41 0.49 0.88 1.20 1.53 1.505];
figure
pax = polaraxes;
polaraxes(pax)
polarplot(deg2rad(deg),m_1,’r-‘,’LineWidth’,2)
How can I add a translucent fill around my line to represent the standard deviation?
Thanks!Hello,
I am trying to figure out how to make a standard deviation fill around the mean plotted in polarplot(). Here is my code:
deg = [330 300 270 240 210 180 150 120 90 60 30 0 330];
m_1 = [0.895 0.76 1.35 2.07 2.234 1.167 0.367 0.332 0.410 0.842 0.942 0.760 0.895];
s_1 = [1.505 1.127 1.60 2.53 2.18 1.82 0.437 0.41 0.49 0.88 1.20 1.53 1.505];
figure
pax = polaraxes;
polaraxes(pax)
polarplot(deg2rad(deg),m_1,’r-‘,’LineWidth’,2)
How can I add a translucent fill around my line to represent the standard deviation?
Thanks! Hello,
I am trying to figure out how to make a standard deviation fill around the mean plotted in polarplot(). Here is my code:
deg = [330 300 270 240 210 180 150 120 90 60 30 0 330];
m_1 = [0.895 0.76 1.35 2.07 2.234 1.167 0.367 0.332 0.410 0.842 0.942 0.760 0.895];
s_1 = [1.505 1.127 1.60 2.53 2.18 1.82 0.437 0.41 0.49 0.88 1.20 1.53 1.505];
figure
pax = polaraxes;
polaraxes(pax)
polarplot(deg2rad(deg),m_1,’r-‘,’LineWidth’,2)
How can I add a translucent fill around my line to represent the standard deviation?
Thanks! figure, plot, plotting, polarplot, image, matlab MATLAB Answers — New Questions