• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 2
  • 50
  • 0
  • 0
  • 278
% Function to draw rectangles and line
rectangle('Position',[0 0 2 4],'Curvature',0.65,'LineWidth',13);
rectangle('Position',[2.2 0 2 4],'Curvature',0.65,'LineWidth',13);
x = [2.1 2.1];
y = [0 4];
pl = line(x,y,'Color','k','LineWidth',13);
text(1.42,-.3,'ATARI',FontSize=100);
axis equal
axis off
axis([1.6 2.62 -0.5 1])
camva(6)
Remix Tree