• Remix
  • Share
  • New Entry

on 23 Oct 2021
  • 8
  • 9
  • 0
  • 0
  • 194
close all;
clear;
figure(Color='k')
%c=copper(88)
c=rand(88,3);
k=0;
t=linspace(0,280,800);
for n=2:6
for d=6:9
k=k+1;
R=6.2; %rot
X=R*cos(n*t/d);
T=R*sin(n*t/d);
polarplot(X,T,MarkerF='w',MarkerSi=20,MarkerE='y')
hold on
end
end
axis off
Remix Tree