• Remix
  • Share
  • New Entry

on 23 Oct 2021
  • 8
  • 35
  • 2
  • 0
  • 172
close all
i=1;
c=rand(30,3);
t=linspace(0,100);
for n=1:4
for d=7:9
R=2;
A=R*cos(n*t/d);
B=R*sin(n*t/d);
%subplot(5,5,i)
polarplot(A,B,MarkerSi=4,MarkerE=c(i,:))
i=i+1;
hold on
end
end
axis off
colormap(autumn)
Remix Tree