- 05 Dec, 2019 1 commit
-
-
Stéphane Adjemian authored
-
- 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 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Use mat instead of csv (tex and new ops members are not saved ion csv files).
-
- 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.
-
- 18 May, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 24 Jan, 2017 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Octave does not add the *.mat extension by default. (cherry picked from commit f1fbd6f4)
-
- 17 Oct, 2016 1 commit
-
-
Houtan Bastani authored
(cherry picked from commit bb2064b6)
-
- 24 Jun, 2015 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Do not use exist function, check the output of dir() instead.
-
- 27 Nov, 2014 1 commit
-
-
Stéphane Adjemian authored
-