Plotting the time series
Basic plotting
whatData = 'norm'; % Get data from HCTSA_N.mat
plotWhatTimeSeries = 'all'; % plot examples from all time series
plotHowMany = 10; % how many to plot
maxLength = 400; % maximum number of samples to plot for each time series
TS_PlotTimeSeries(whatData,plotHowMany,plotWhatTimeSeries,maxLength);
Freeform plotting

Dealing with groups of time series

Last updated
Was this helpful?