<< permutation_importance CHE3007S plotallscatter >>

CHE3007S >> CHE3007S > plotall

plotall

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
<< permutation_importance CHE3007S plotallscatter >>