- /
-
Hilbert Flag
on 6 Oct 2022
- 1
- 3
- 0
- 0
- 135
format compact
format long
n = 100
J = 1:n;
J = J(ones(n,1),:);
I = J';
E = single(ones(n,n));
H = E./(I+J-1)
pcolor(H)
shading interp
colormap(flag)