• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 13
  • 79
  • 0
  • 0
  • 157
theta = linspace(0,360,6);
c=bone(20);
for i=20:-1:1
patch(i*sind(theta+18*i),i*cosd(theta+18*i),c(i,:),'edgecolor','none');
end
axis equal off; set(gcf,'color','w');

Image

Remix Tree