Home > code > plot > plot_time_series.m

plot_time_series

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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)

Generated on Mon 29-Apr-2013 19:29:13 by m2html © 2005