csandrews

Constructs Andrews curves plots - This function will plot the Andrews curves for a set of data given in X.

Input Arguments:

The input arguments are

Output Arguments:

None

Synopsis

csandrews(x)

Notes:

See HELP on PLOT for information on the available LINESTYLES and a list of the predefined colors.

If you want to specify a color, then you must also specify the linestyle.

Examples:

csandrews(X) % plots solid black lines.
csandrews(X,':') % plots dotted black lines.
csandrews(X,'-','r') % plots red solid lines.



EDA Toolbox: Contents