dynare/matlab/@dynSeries
Stéphane Adjemian (Charybdis) e1527b215e Added the possibility to populate an empty dynSeries object with a data file (csv, mat or m files).
For instance, the following syntax is allowed:

dbload = dynSeries();
mydata = dbload('data_file.csv');
2012-12-03 16:15:37 +01:00
..
private Moved isweekly, ismonthly, isquaterly and isyearly routines from matlab/@dynSeries/private to matlab/utilities/dates. Adapted dynare_config conformably to these changes. 2012-12-03 16:15:36 +01:00
dynSeries.m Allow instantiation of dynSeries classw with a datafile (csv, mat or m). Fixed various bugs. 2012-12-03 16:15:36 +01:00
exp.m Changed headers. 2011-09-12 11:46:14 +02:00
getName.m Changed headers. 2011-09-12 11:46:14 +02:00
getTexName.m Changed headers. 2011-09-12 11:46:14 +02:00
getTime.m Code simplification using dynTime class. 2011-09-12 11:46:14 +02:00
getVarIndex.m Changed headers. 2011-09-12 11:46:14 +02:00
horzcat.m Removed useless path informations in (dynSeries) horzcat overloaded method. 2012-11-14 12:32:00 +01:00
log.m Changed headers. 2011-09-12 11:46:14 +02:00
subsref.m Added the possibility to populate an empty dynSeries object with a data file (csv, mat or m files). 2012-12-03 16:15:37 +01:00