• Remix
  • Share
  • New Entry

on 30 Oct 2021
  • 2
  • 17
  • 1
  • 0
  • 229
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','none');
Remix Tree
Load full remix tree