• Remix
  • Share
  • New Entry

on 19 Oct 2021
  • 4
  • 45
  • 2
  • 0
  • 105
hold on
for i=1:1200
p=pi*rand();
q=pi*rand();
l=plot(pol2cart([p,q],[1,1]));
l.Color=[0,0,0,.1];
end
axis off equal
Remix Tree