- 12 Dec, 2012 3 commits
-
-
Stéphane Adjemian authored
Following syntax: ts{'GDP_US'} = ts.{'GDP_US'}.log applies the log function to the variable GDP_US in the dynSeries object ts. Note that this works on an arbitrary number of variables and that regular expressions can be used (see previous commits).
-
Stéphane Adjemian authored
The following syntax A.name{i} where A is a dynSeries object, returns the name of the i-th variable in A.
-
Stéphane Adjemian authored
-
- 07 Dec, 2012 3 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Added the possibility to select variables in a dynSeries object. It is possible to use regular expressions. Examples are given in unitary test #6 of subsref overloaded method.
-
Stéphane Adjemian authored
-
- 03 Dec, 2012 3 commits
-
-
Stéphane Adjemian authored
For instance, the following syntax is allowed: dbload = dynSeries(); mydata = dbload('data_file.csv');
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
For instance, the follwing syntax is allowed: data = dynSeries('mydata.csv'); assuming that the csv file is in the matlab's path.
-
- 14 Nov, 2012 1 commit
-
-
Stéphane Adjemian authored
-
- 12 Sep, 2011 1 commit
-
-
Stéphane Adjemian authored
Completed the overloaded subsref method. Give access to the Time member, which is an object instantiated by @dynTime/dynTime.
-
- 05 Sep, 2011 4 commits
-
-