• Remix
  • Share
  • New Entry

on 22 Oct 2021
  • 2
  • 36
  • 1
  • 0
  • 253
z=9812;
imagesc(invhilb(10)>0)
colormap(.3*[0 0 0;1 1 1]+.7)
axis square
d=[2 4 19 3 1 0 3 19 4 2]+z;
e=d+6;
e([3 8])=9827;
%e=9820+[0:9];
p=[];
for i=1:10
p=[p text(i,1,char(e(i))) text(i,2,char(z+11)) text(i,9,char(z+5)) text(i,10,char(d(i)))];
end
set(p,"Horiz","cen","FontSize",20)
Remix Tree
Load full remix tree