Function to plot time series data for many variables. Automatically opens appropriate nr of figure windows.
plotall(header, data) plotall(header, data, datetime)
vector of strings, labels for each column of data in data
matrix of values to plot. column 1 is x axis data every other column is plotted against.
vector of strings to be used as x-axis labels, corresponding to data(:,1)