- /
-
circle stripes 0632
on 26 Oct 2021
- 0
- 6
- 1
- 0
- 169
[x,y]=meshgrid(linspace(-10,10,800),linspace(-10,10,600));
z=(x.^2+y.^2-10);
imagesc(z)
c=[gray;flipud(gray);bone;flipud(bone)];
colormap([c;c;jet;flipud(jet);c;c;c;c]);
axis off