• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 5
  • 31
  • 0
  • 0
  • 204
r = 0:0.1:30;
z=10*besselj(0,r);
t=0:pi/20:2*pi;
x=r'*cos(t);
y=r'*sin(t);
g=repmat(z',1,length(t));
s=surf(x,y,g,'FaceColor','interp','EdgeColor','none');
colormap('hot')
set(gcf,'Color','k')
axis equal off
zlim([-5 11])
Image
Remix Tree