- /
-
A Quilt And . . .
on 13 Oct 2021
- 21
- 78
- 1
- 0
- 171
for d1=0:127
for d2=0:127
a(d1+1,d2+1)=bin2dec(num2str(bitand(dec2bin(d1,7)=='1',dec2bin(d2,7)=='1')));
end
end
imagesc(a);
colormap('turbo');
axis equal;
axis off;
set(gcf,'Color','k')