% Set whether to plot marginal distributions:
showDistributions = false;
% Set up the annotateParams structure:
annotateParams.n = 8; % annotate 8 time series
annotateParams.maxL = 150; % annotates the first 150 samples of time series
annotateParams.userInput = false; % points not selected by user but allocated randomly
annotateParams.textAnnotation = false; % don't display names of annotated time series
% Generate a plot using these settings:
TS_PlotLowDim('norm','pca',showDistributions,'',annotateParams);