• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 7
  • 22
  • 1
  • 0
  • 111
axes('NextPlot','add');
for n=1:30
a=pi*round(4*rand(1,1e6))/2;
plot(cumsum(cos(a)),cumsum(sin(a)));
end
axis equal off

Image

Remix Tree