From: Oliver Woodford on
"Glenn " wrote:
> The images look fine if I use windows image viewer or import them into powerpoint with a macro (which is how I usually do this). Perhaps it's an issue with how I'm viewing the image. Should I be using something different from image(X) after running X=imread('myimagefile.jpg') ?

What exactly is wrong with the image when viewed in MATLAB? Is is simply the weird aspect ratio and the fact there's a set of axes? If so, use imshow or, if you don't have the image processing toolbox, imdisp (available on the file exchange) to view the image instead.

Oliver