plotmatrixandr, plotmatrixpara

Constructs a plotmatrix where each set of axes contains either Andrews' curves or parallel coordinate plots. This constructs a plotmatrix with p plots for an n by p matrix X.

Input Arguments:

Output Arguments:

Synopsis

PLOTMATRIXANDR(X,CLASSLAB,MAP,TITLESTR)

PLOTMATRIXPARA(X,CLASSLAB,MAP,TITLESTR)

Examples:

% plotmatrixpara(X,classlabs) % Default colors, no title
% plotmatrixpara(X,classlabs,[],'My Plot') % Default colors, with title
% plotmatrixpara(X,classlabs,{'k','m'}) % No title, colors black and magenta are used

% plotmatrixandr(X,classlabs) % Default colors, no title
% plotmatrixandr(X,classlabs,[],'My Plot') % Default colors, with title
% plotmatrixandr(X,classlabs,{'k','m'}) % No title, colors black and magenta are used

References:

Martinez and Martinez, Exploratory Data Analysis with MATLAB, CRC Press, 2004.



EDA Toolbox: Contents