Download this file

7 lines (6 with data), 104 Bytes

1
2
3
4
5
6
7
function img(i)
i = (double(i));
imagesc(i)
axis image
colormap gray
set(gca, 'Xtick', [], 'Ytick', [])