• Remix
  • Share
  • New Entry

on 7 Oct 2022
  • 4
  • 21
  • 0
  • 1
  • 159
k=0;
b=0;
t= 0:pi/100:2*pi;
for a=1:2:100
k=k+1;
b=b+2;
r=a*(sin(k*t))+b;
r1=a*(cos(k*t))+b;
polarplot(r,'LineWidth',1.5);
hold on
polarplot(r1,'LineWidth',2);
end
grid off
axis off
Image
Remix Tree