• Remix
  • Share
  • New Entry

on 4 Oct 2022
  • 2
  • 21
  • 0
  • 0
  • 179
r=512;
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.^3)+c;
end
imshow(abs(z),'Colormap',hot);
Image
Remix Tree