• Remix
  • Share
  • New Entry

  • haz

  • /
  • Retro Logo

on 30 Oct 2021
  • 5
  • 20
  • 0
  • 0
  • 111
whitebg('black')
[x,y] = meshgrid(1:31);
z=membrane(1);
surf(z,x.^1.25+1.5*y)
axis square tight off
colormap(1-jet.^3)
Remix Tree