plot (DataMatrix) - Draw 2-D line plot of DataMatrix object

Syntax

plot(DMObj1)
plot(DMObj1, DMObj2)
plot(..., LineSpec)

Arguments

DMObj1, DMObj2

DataMatrix objects, such as created by DataMatrix (object constructor).

    Note   If both DMObj1 and DMObj2 are input arguments, one of the inputs can be a MATLAB numeric array.

LineSpec

String specifying a line style, marker symbol, and color of the plotted lines. For more information on these specifiers, see LineSpec.

Description

plot(DMObj1) plots the columns of a DataMatrix object DMObj1 versus their index.

plot(DMObj1, DMObj2) plots the data from DMObj1 and DMObj2, two DataMatrix objects, or one DataMatrix object and one MATLAB numeric array.

plot(..., LineSpec) plots all lines as defined by LineSpec, a character string specifying a line style, marker symbol, and/or color.

See Also

Bioinformatics Toolbox function: DataMatrix (object constructor)

Bioinformatics Toolbox object: DataMatrix object

MATLAB function: plot

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS