• Remix
  • Share
  • New Entry

on 26 Oct 2021
  • 9
  • 15
  • 0
  • 0
  • 182
for d1=0:127
for d2=0:127
a(d1+1,d2+1)=bin2dec(num2str(bitxor(dec2bin(d1,7)=='1',dec2bin(d2,7)=='1')));
end
end
figure('color','k');
imagesc(a);
c=[bone; flipud(bone)];
colormap(c);
axis equal off;
%set(gcf,'Color','k')
Remix Tree