This function reads an image file (currently pgm and ppm are supported) from the server.
x = imread('lena128.ppm'); imshow(x);
fileread, and imshow.