• Remix
  • Share
  • New Entry

on 6 Oct 2022
  • 1
  • 4
  • 0
  • 0
  • 109
m=7; n=9;
chkr = true([m,n]);
chkr(1:2:end,1:2:end) = false;
chkr(2:2:end,2:2:end) = false;
imagesc(chkr)
axis([ 0 11 0 11])
axis off
colormap(prism)
Remix Tree