- 29 Aug, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 12 Jul, 2019 2 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 11 Jul, 2019 1 commit
-
-
Jakob Gabriel authored
- setName() for setting names of all elements of a quantity array - transpose() for transposing quantities: now call by value and change of name - flipGrid() changes name now
-
- 10 Jul, 2019 2 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 18 Jun, 2019 1 commit
-
-
Jakob Gabriel authored
- added cumInt() that behaves as Discrete method but only calls int() of Symbolic - fixed plus for quantities with different variables - deleted minus since minus in parent class Discrete calls plus() of Symbolic, hence an additional implementation of minus in Symbolic was not necessary.
-
- 12 Jun, 2019 1 commit
-
-
Ferdinand Fischer authored
-
- 11 Jun, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 07 Jun, 2019 1 commit
-
-
Ferdinand Fischer authored
-
- 04 Jun, 2019 2 commits
-
-
Jakob Gabriel authored
quantity.Discrete & quantity.Symbolic: plus and minus now support quantity and numeric arrays of same size.
-
Jakob Gabriel authored
-
- 03 Jun, 2019 1 commit
-
-
Ferdinand Fischer authored
-
- 30 May, 2019 1 commit
-
-
Jakob Gabriel authored
- solveAlgebraic: adjusted to change of changeGrid from call-by-reference to call-by-value - diff(): now supports specification of various variables for which the derivative should be applied. Ensured consistency with Symbolic. Maybe a more elegant use of gradient() is possible. - unittests: adjusted for now behavior of diff() quantity.Symbolic bugfixes: - diff(): now supports specification of various variables for which the derivative should be applied. Ensured consistency with Discrete. - unittests: adjusted for now behavior of diff()
-
- 29 May, 2019 1 commit
-
-
Ferdinand Fischer authored
-
- 28 May, 2019 1 commit
-
-
Ferdinand Fischer authored
-
- 27 May, 2019 2 commits
-
-
Ferdinand Fischer authored
Changed implementation of integration for "Discretes". The input arguments are now consitent with the matlab "int" function.
-
Jakob Gabriel authored
-
- 24 May, 2019 1 commit
-
-
Ferdinand Fischer authored
-
- 23 May, 2019 1 commit
-
-
Ferdinand Fischer authored
*) Allow to set empty quantity.Discrete objects with certain size *) added the isConstant property for the quantity.Discrete *) Implemented a cast to the quantity.Operator object *) Implemented a cast of empty quantity.Discretes to quantity.Symbolics *) Fixed bug in "on()" for constant quantities *) Fixed some functions to work with empty quantities *) Added a settings object to use global settings *) plot function returns now an array of the figure handles *) Re-implementation of the quantity.Operator object
-
- 17 May, 2019 2 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
Discrete.plus(): somehow I found a combination, for which plus didn't work... fixed it and created unittests
-
- 15 May, 2019 2 commits
-
-
Ferdinand Fischer authored
Added the ability to concatenate quantity.Discrete objects with numerical values. In this case, for the numerical value a quantity.Discrete object is initialized.
-
Ferdinand Fischer authored
in my eyes the concatenation of arrays should not change properties of the objects and should also not create new instances. This has to be done before the concatenation or in a special version.
-
- 14 May, 2019 2 commits
-
-
Jakob Gabriel authored
- bugfix in get.grid() - horzcat, vertcat, cat now ensure, that grid and gridName of all quantities to be concatenated are compatible, by changing the grid to the finest grid.
-
Ferdinand Fischer authored
Initial checkin of the matlab library for the control and faultdiagnosis of infinite dimensional systems
-