• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 2
  • 23
  • 0
  • 0
  • 118
t=2.39996*(1:4e3);
[x,y]=pol2cart(t,t.^.5);
plot(2*x,2*y,'dw', 'MarkerSize',1.5);
axis equal
axis off
set(gcf,'color','black')
Remix Tree