• Remix
  • Share
  • New Entry

on 18 Oct 2021
  • 1
  • 9
  • 18
  • 0
  • 103
[x,y]=meshgrid(-20:.02:20);
mesh(x,y,sin((x.^2+y.^2).^0.5))
colormap(gca,'autumn')
view(0,90)
axis equal off
Remix Tree
Load full remix tree