MATLAB: Read and Display Images By admin | Uncategorized | 05 February 2015 | Add Comment How to read a graphics image? Use following command to read and display an image in MATLAB a=imread(filename) % stores image in buffer a imshow(a) % displays the image which stored in a