• Remix
  • Share
  • New Entry

on 12 Oct 2021
  • 0
  • 14
  • 9
  • 0
  • 146
hold on
g=@(x,j) plot(real(x),imag(x),'-', 'color', hsv2rgb(([mod(j,16)/16,1,1])));
a=exp(i*pi./[32;128]).^(1:256);
for j=1:256;g(a(:,j),j);end
axis off
Remix Tree
Load full remix tree