<< plotall CHE3007S rank_data >>

CHE3007S >> CHE3007S > plotallscatter

plotallscatter

Function to plot time series data for many variables. Automatically opens appropriate nr of figure windows.

Syntax

plotall(header, data)
plotall(header, data, datetime)

Parameters

header:

vector of strings, labels for each column of data in data

data:

matrix of values to plot. column 1 is x axis data every other column is plotted against.

datetime:

vector of strings to be used as x-axis labels, corresponding to data(:,1)


Report an issue
<< plotall CHE3007S rank_data >>