- /
-
Blue Design
on 30 Oct 2021
- 3
- 33
- 2
- 0
- 226
t=0:97.5:4680;
r=1;
for i=1:3
patch('x',r*cosd(t),'y',r*sind(t),'edgecolor','b','linewidth',2,'facecolor','none','edgealpha',0.5);
hold on;
plot(r*cosd(t),r*sind(t),'.b','markersize',15-i^2);
r=r*0.55;
end
axis equal off;
set(gcf,'color','w');