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

plot

August 13th, 2009 No Comments   Posted in Functions

plot Linear plot.
plot(X,Y) plots vector Y versus vector X. If X or Y is a matrix,
then the vector is plotted versus the rows or columns of the matrix,
whichever line up. If X is a scalar and Y is a vector, length(Y)
disconnected points are plotted. Read More