• Remix
  • Share
  • New Entry

on 20 Oct 2021
  • 1
  • 20
  • 6
  • 0
  • 129
[x,y]=meshgrid(-6:.01:6);
b=@(p,q)besselj(0,((x.^2+y.^2).^0.5)
mesh(x,y,b(0,0))
colormap(gca,'colorcube(32)')
view(0,90)
axis equal off
Image
Remix Tree
Load full remix tree