• Remix
  • Share
  • New Entry

on 28 Oct 2021
  • 4
  • 37
  • 1
  • 0
  • 279
[x,y]=cylinder(1,12);
plot(x,y,'py','markers',25,'markerf','y');
axis equal off;
set(gcf,'color','b');
f=getframe(gcf);
f=f.cdata;
s=size(f);
[x,y]=meshgrid(1:s(2),1:s(1));
surf(x,25*sin((x*2+y)/67).*(x/s(1)).^.5,y,f,'edgec','n');
camlight headlight;
axis equal off;
set(gcf,'color','w');
view([-40 20]);
Remix Tree