• Remix
  • Share
  • New Entry

on 13 Oct 2021
  • 31
  • 31
  • 1
  • 0
  • 210
x=-6:.04:16
x = 1×551
-6.0000 -5.9600 -5.9200 -5.8800 -5.8400 -5.8000 -5.7600 -5.7200 -5.6800 -5.6400 -5.6000 -5.5600 -5.5200 -5.4800 -5.4400 -5.4000 -5.3600 -5.3200 -5.2800 -5.2400 -5.2000 -5.1600 -5.1200 -5.0800 -5.0400 -5.0000 -4.9600 -4.9200 -4.8800 -4.8400
z=randn(551);
surf(x,x,max(z/2-4,-4),z/3+.5,EdgeC="g")
axis equal off
view(36,9)
text(1,5,"🥅",'FontSize',110,'rotation',1)
text(12,-1.8,-2,"⚽",'FontSize',22)
text(-25,30,-1,"🕺",'FontSize',100,'color','r')
Remix Tree