• Remix
  • Share
  • New Entry

on 30 Oct 2021
  • 27
  • 36
  • 0
  • 0
  • 136
tf = 0:pi/50:2*pi;
th = -pi/2:pi/50:pi/2;
figure('Color','k')
hold on
axis off
x = 4*cos(tf) + 3;
y = 4*sin(tf) + 3;
h=plot(y,x);
h(1).LineWidth = 25;
Remix Tree