• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 12
  • 34
  • 0
  • 0
  • 111
axes('NextPlot','add');
for n=1:38
a=pi*round(4*rand(1,1e7))/2;
plot(cumsum(cos(a)),cumsum(sin(a)));
end
axis equal off
Image
Remix Tree