- 21 Sep, 2017 1 commit
-
-
Stéphane Adjemian authored
- New class member tags - Member tags is a structure, initialized to empty. - Each user-defined field of this structure must be a vobs(o)*1 cell array (each element is associated to a variable). - To add a new tag name: >> o.tag('type') - To associate a tag value to a variable: >> o.tag('type', 'Consumption', 'Flow') the first argument is the tag name, the second argument is the name of the variable, the last argument is the value of the tag.
-
- 20 Sep, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 19 Sep, 2017 1 commit
-
-
Stéphane Adjemian authored
This member keeps track of the transformations and operations on the variables. The name of the variables is now constant.
-
- 01 Sep, 2017 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 30 Jul, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 29 Jul, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 10 May, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 20 Apr, 2017 1 commit
-
-
(cherry picked from commit 8decc584)
-
- 13 Feb, 2017 1 commit
-
-
Stéphane Adjemian authored
GENERAL RULE: Methods with trailing underscore do in place modifications of the object, while methods without trailing underscore do a copy (and leave the original object unchanged). Also fixed some headers and unit tests + cosmetic changes.
-
- 25 Oct, 2016 1 commit
-
-
Stéphane Adjemian authored
-
- 21 Oct, 2016 1 commit
-
-
Stéphane Adjemian authored
Returns the first period without NaNs. Closes #15
-
- 17 Oct, 2016 2 commits
-
-
Houtan Bastani authored
(cherry picked from commit 5da2d18e)
-
Houtan Bastani authored
(cherry picked from commit bb2064b6)
-
- 12 Jul, 2016 1 commit
-
-
Stéphane Adjemian authored
-
- 11 Mar, 2016 1 commit
-
-
Houtan Bastani authored
-
- 19 Feb, 2016 1 commit
-
-
Stéphane Adjemian authored
-
- 18 Feb, 2016 2 commits
-
-
... and added a new methods. Methods with trailing underscore (log_, exp_ and align_) in the name do inplace modifications, while methods without trailing underscore create new objects.
-
Stéphane Adjemian authored
Returns the arithmetic or geometric mean and standard deviation.
-
- 24 Jun, 2015 1 commit
-
-
Stéphane Adjemian authored
-
- 23 Jun, 2015 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 27 Nov, 2014 1 commit
-
-
Stéphane Adjemian authored
-