• Remix
  • Share
  • New Entry

on 4 Oct 2022
  • 20
  • 204
  • 1
  • 1
  • 183
r=1000;
z=complex(zeros(r));
c=complex(repmat(linspace(-0.7496875,-0.7296875,r),r,1),repmat(linspace(0.1439375,0.1589375,r)',1,r));
for n=1:100
z=z.^2+c;
end
imshow(abs(z),'Colormap',colorcube);
Remix Tree