• Remix
  • Share
  • New Entry

on 15 Oct 2021
  • 15
  • 25
  • 0
  • 0
  • 194
a=[0 72 72*2 72*3 72*4 72*5 72*6]+20;
R=66
R = 66
C=turbo(R);
C=flipud(C*0.95)
C = 66×3
0.4556 0.0150 0.0100 0.5053 0.0298 0.0068 0.5524 0.0462 0.0047 0.5967 0.0641 0.0038 0.6384 0.0837 0.0042 0.6774 0.1049 0.0058 0.7137 0.1277 0.0086 0.7473 0.1520 0.0125 0.7782 0.1780 0.0178 0.8064 0.2056 0.0242
for n=1:R
r=cosd(20)^(n-1);
b=a+5*(n-1);
x=r*cosd(b);
y=r*sind(b);
patch(x,y,C(n,:),EdgeColor='y', LineW=0.3 ...
);
hold on
end
axis off equal
Image
Remix Tree