• Remix
  • Share
  • New Entry

on 28 Oct 2021
  • 1
  • 63
  • 3
  • 0
  • 192
x=[1 4 5 6 9 7 8 5 2 3];
y=[6 6 9 6 6 4 0 2 0 4];
a=.5;
b=[12 15 12 5];
c=[7 0 -7 -10];
hold on
axis equal
fill([0 0 50 50],[12 -25 -25 12],'r')
fill(x,y,'y')
for i=1:4
fill(a*x+b(i),a*y+c(i),'y')
end
axis off
Remix Tree
Load full remix tree