clc; clear; x=[0:2*pi/5:2*pi]; data=[28.8635,67.529,41.042,341.604,137.4345,28.8635;17.1815,71.161,48.0315,343.9165,136.374,17.1815;29.1675,70.097,49.867,328.3965,149.13,29.1675;... 99.945,52.5665,17.0975,309.75,169.6095,99.945;52.674,72.3005,68.434,281.5955,193.409,52.674]; for i=1:5 mypolar(x,data(i,:)); hold on end
% annotate spokes in degrees % rt = 1.1*rmax; % for i = 1:length(th) % text(rt*cst(i),rt*snt(i),int2str(i*36),... % 'horizontalalignment','center',... % 'handlevisibility','off','parent',cax); % if i == length(th) % loc = int2str(0); % else % loc = int2str(180+i*36); % end % text(-rt*cst(i),-rt*snt(i),loc,'horizontalalignment','center',... % 'handlevisibility','off','parent',cax) % end