• Remix
  • Share
  • New Entry

on 23 Oct 2021
  • 1
  • 7
  • 0
  • 0
  • 162
x=-.85:.005:.851;
y=x;
[X,Y]=meshgrid(x,y);
Z=sin(1./(X.^2+Y.^2+eps));
pcolor(X,Y,Z);
cmap = [jet; hsv; parula; hot];
colormap(cmap)
shading interp
axis('equal','square','off')
Remix Tree
Load full remix tree