• Remix
  • Share
  • New Entry

on 11 Oct 2021
  • 5
  • 68
  • 5
  • 0
  • 280
imagesc(invhilb(8)>0)
colormap([7,5,1
9,7,2]/10)
axis square
d=' ♖♘♗♕♔♙♜♞♝♛♚♟';
h='8D1111729D111173AD117114B11D7115CD111176AD1111749D1111738D111172';
b=reshape(hex2dec(h'),8,8);
for i=1:nnz(b)
[r,c]=ind2sub([8,8],i);
text(c,r,d(b(i)),"FontSi",25,"Horiz","cen")
end
xticklabels(num2cell('A':'H'))
Remix Tree
Load full remix tree