• Remix
  • Share
  • New Entry

on 5 Oct 2021
  • 8
  • 115
  • 0
  • 0
  • 273
l=1
l = 1
t=l*sqrt(3)/4
t = 0.4330
s=1.25
s = 1.2500
w=10
w = 10
rectangle('Position',[.75*l -t l l],'LineWidth',w)
x=[0,l/2,-l/2,0,-l/2,l/2]
x = 1×6
0 0.5000 -0.5000 0 -0.5000 0.5000
y=[s*t,-t,-t,s*t,-t,-t]
y = 1×6
0.5413 -0.4330 -0.4330 0.5413 -0.4330 -0.4330
line(x,y,'Color','k','LineWidth',w);
rectangle('Position',[-1.65*l -t l l],'Curvature',[1 1],'LineWidth',w)
set(gcf,'color','#ab8f62');
axis equal
axis off
Remix Tree