Function Reference
— Function File: I = jpgread(filename)

Read a JPEG file from disk.

For a grey-level image, the output is an MxN matrix. For a colour image, three such matrices are returned (MxNx3), representing the red, green and blue components. The output is of class 'uint8'.