• Remix
  • Share
  • New Entry

on 28 Oct 2021
  • 3
  • 77
  • 0
  • 0
  • 220
[x,y]=cylinder(1,1e4);
x=x(1,:);
y=y(1,:);
l='linew';
hold on;
C='color';
c=[.7 .7 .7];
for i=1:4
plot(x+i*1.5,y,l,8,C,c);
end
patch([8 10 10.7 8.7],[-1 -1 1 1],'r','edgec',c,l',2);
text(10,0,'S',C,c,'fontsize',40)
xlim([0 11]);
axis equal off;
Remix Tree