• Remix
  • Share
  • New Entry

on 19 Oct 2021
  • 5
  • 40
  • 0
  • 0
  • 138
hold on
for i=1:5000
p=2*pi*rand();
q=2*pi*rand();
[x,y]=pol2cart(p,1);
[c,u]=pol2cart(q,2);
l=plot([x,c],[y,u]);
l.Color=[0,0,0,.04];
end
axis off equal
x = -0.0281
y = -0.6319
Remix Tree