• Remix
  • Share
  • New Entry

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