• Remix
  • Share
  • New Entry

  • KSSV

  • /
  • Interference

on 16 Oct 2021
  • 43
  • 115
  • 0
  • 0
  • 186
R=linspace(0,5,100)';
th=linspace(0,2*pi);
d=0.4;
x=R*cos(th);
y=R*sin(th);
X1=-d+x';Y1=y';
X2=d+x';Y2=y';
figure('color','k')
plot(X1,Y1,'g',X2,Y2,'g','LineWidth',2)
axis equal
axis([-1 1 -1 1])
axis off
Remix Tree