• Remix
  • Share
  • New Entry

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