• Remix
  • Share
  • New Entry

on 13 Oct 2021
  • 1
  • 34
  • 0
  • 0
  • 171
subplot(1,1,1)
text(.5,.5,"⚽",'FontSize',100)
text(.1,.5,"🥅",'FontSize',100)
for i=1:1000
text(randi([0 100],1)/100,randi([0 100],1)/1000,"🥦",'Color','g')
end
axis off
axis off
Remix Tree