• Remix
  • Share
  • New Entry

  • KSSV

  • /
  • Keep laughing..!

on 7 Oct 2021
  • 67
  • 138
  • 0
  • 0
  • 237
t=linspace(0,2*pi);
x=0.5*cos(t);
y=0.5*sin(t);
p=0.3*cos(t);
q=0.3*sin(t);
figure('color','k')
hold on
patch(x,y,'y')
plot([-.2 .2],[.2 .2],'.w','MarkerSize',150)
plot([-.2 .2],[.2 .2],'.k','MarkerSize',50)
patch(p(50:end),q(50:end),'w')
axis equal off
Remix Tree