• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 9
  • 19
  • 1
  • 0
  • 275
Z=-.01+.005i;
col=9;
m=1200;
cx=-0.7;
cy=-0.5;
l=1.72;
x=linspace(cx-l,cx+l,m);
y=linspace(cy-l,cy+l,m);
[X,Y]=meshgrid(x,y);
C=X+i*Y;
for k=1:col;
Z=conj(Z).^(exp(-real(Z)))+C;
W=exp(-abs(Z));
end
pcolor(rot90(W,3));
shading flat
axis([0 900 600 800])
colormap hot
R=rectangle('Position',[210,610,400,100])
R =
Rectangle with properties: FaceColor: 'none' EdgeColor: [0 0 0] LineWidth: 0.5000 LineStyle: '-' Curvature: [0 0] Position: [210 610 400 100] Show all properties
Remix Tree
Load full remix tree