% show_image.m % read and display a TIFF image dat = imread('test_image.tif'); image(dat)