I = checkerboard(32,12,16); I(find(I==0.7))=1; imshow(I); imwrite(I, 'cheesBoard1024_768_32.bmp','bmp');