• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 7
  • 44
  • 0
  • 0
  • 256
x=[50 88 100 87 98 82 27 87 21 0];
y=[-23 -5 85 97 174 211 157 97 163 163];
a=[48 23 36 19 -15 0 15 -19 0];
b=[72 50 -14 -46 -26 0 -26 -46 -54];
p=@(x,y)plot(x,y*0.6,'-w','linewidth',5);
p(x,y);hold on;p(-x,y);p(a,b);p(-a,b);
axis equal off; set(gcf,'color',[0 0 0.1]);
Image
Remix Tree