• Remix
  • Share
  • New Entry

on 18 Oct 2021
  • 3
  • 10
  • 0
  • 0
  • 131
[x,y]=meshgrid(-30:.03:30);
mesh(x,y,sin(((x+9).^2+y.^2).^0.5)+sin(((x-9).^2+y.^2).^0.5))
colormap(gca,'cool')
view(0,90)
axis equal off
Image
Remix Tree
Load full remix tree