• Remix
  • Share
  • New Entry

on 27 Oct 2022
  • 2
  • 8
  • 6
  • 0
  • 268
%Peacock
%Z=-1.1+.020i;
rng(2022)
%rng(1);
Z=rand+rand*i; %z=0+0i
L=200; %lop
m=1e3;
cx=-0.5;
cy=-0.5;
S=5; % Lg zm o
x=linspace(cx-S,cx+S,m);
y=linspace(cy-S,cy+S,m);
[X,Y]=meshgrid(x,y);
C=X+i*Y;
for k=1:L;
Z=-conj(Z).^Z*2+C;
W=exp(-abs(Z));
end
pcolor((W));
shading interp
axis([0 800 300 600]);
axis equal off
c=hsv(100);
d=flip(c);
d=copper(5);e=autumn(100);
%colormap([d;e;d])
Remix Tree
Load full remix tree