• Remix
  • Share
  • New Entry

on 25 Oct 2021
  • 2
  • 16
  • 0
  • 0
  • 160
plot(rand(500,1),rand(500,1),'*w');
axis([ 0 1 0.1 1])
axis square
set(gca,'Color','k','Ytick',[],'Xtick',[])
hold on
fill(linspace(0,1,500),0.2*rand(500,1)+0.02,'g')
Remix Tree