• Remix
  • Share
  • New Entry

on 18 Oct 2021
  • 10
  • 13
  • 0
  • 0
  • 273
[X,Y]=meshgrid(-1:.001:1);
a=0.1+i*0.02005;
fz=sqrt(abs((X+i*Y).^5+(X-i*Y).^5+a*((X+i*Y).^6.*(X-i*Y)+(X+i*Y).*(X-i*Y).^6)+a*((X+i*Y).^4./(X-i*Y).^6+(X-i*Y).^4./(X+i*Y).^6)));
fz(fz>9)=9;
pcolor(fz);
c=colormap(jet);
c(end,:)=[1,0.5,0.5];
%colormap(cm);
shading interp
d=800;e=1200;
axis([d e d e])
axis off
Remix Tree