• Remix
  • Share
  • New Entry

on 21 Oct 2021
  • 1
  • 15
  • 2
  • 0
  • 148
[x,y]=meshgrid(-10:.02:10);
s=@(p,q)sin(((x-p).^2+(y-q).^2).^0.5);
mesh(x,y,s(2,0)+s(-1,1.732)+s(-1,-1.732))
colormap(gca,'cool')
view(0,90)
axis equal off
Remix Tree
Load full remix tree