• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 8
  • 52
  • 0
  • 0
  • 279
theta = [linspace(0,360,4) linspace(60,420,4)];
c=flipud(summer(20)).^1.5;
for i=20:-1:1
patch(i*sind(theta+18*i),i*cosd(theta+18*i),c(i,:),'edgecolor','none');
end
text(7,25,'bp','color',c(end,:),'fontname','arial','fontsize',60);
axis equal off; set(gcf,'color','w');
axis([-20 20 -20 30])
Image
Remix Tree