• Remix
  • Share
  • New Entry

on 12 Oct 2021
  • 20
  • 12
  • 0
  • 0
  • 145
x=-6:.04:16;
z=randn(551);
surf(x,x,max(z/2-4,-4),z/3+.5,EdgeC="n")
axis equal off
hold on
[x,y]=meshgrid(10:-0.2:-10);
surf(x,y,-sin(y)-cos(x)+1)
axis off
Remix Tree