• Remix
  • Share
  • New Entry

on 22 Oct 2021
  • 1
  • 24
  • 6
  • 0
  • 88
s=700;
z=zeros(s);
[x,y]=meshgrid(1:s);
c=(x+y*i)/s*4-3-2i;
for j=1:s
z=z.^2+c;
end
imshow(abs(z)<2)
Remix Tree
Load full remix tree