0001 cd('..'); 0002 boot; 0003 cd(cgmm_config.directories.plot); 0004 0005 % load two-dimensional time series for estimation 0006 s = csvread(cgmm_config.time_series.file,1,0); 0007 0008 plot(s) 0009 0010 print([cgmm_config.directories.png '/time_series' ... 0011 cgmm_config.time_series.name '.png'], cgmm_config.plots.device)