• Remix
  • Share
  • New Entry

on 20 Oct 2021
  • 6
  • 15
  • 5
  • 0
  • 156
[x,y]=meshgrid(-10:.01:10);
b=@(p,q)besselj(0,(((x-p).^2+(y-q).^2).^0.5))
b = function_handle with value:
@(p,q)besselj(0,(((x-p).^2+(y-q).^2).^0.5))
mesh(x,y,b(0,0)+b(2,2)-b(-2,-2))
colormap(gca,'colorcube(64)')
view(0,90)
axis equal off
Remix Tree
Load full remix tree