Working with Images in MATLAB Graphics

May 7th, 2010 No Comments   Posted in Documents

What Is Image Data?

The basic MATLAB data structure is the array, an ordered set of real or complex elements. An array is naturally suited to the representation of images, real-valued, ordered sets of color or intensity data. (An array is suited for complex-valued images.) Read More

Displaying Graphics Images

April 29th, 2010 No Comments   Posted in Documents

Image Types and Display Methods

To display a graphics file image, use either image or imagesc. For example, assuming RGB is an image, Read More