• Remix
  • Share
  • New Entry

on 9 Oct 2021
  • 3
  • 37
  • 3
  • 0
  • 130
i=1;
for n=1:5
for d=5:9
t=linspace(0,100,100);
k=7;l=0.4;R=5;
A=R*cos(n*t/d);
B=R*sin(n*t/d);
subplot(5,5,i)
polarplot(A,B)
axis off
i=i+1;
end
end
Remix Tree
Load full remix tree