- 12 Nov, 2019 8 commits
-
-
Simon authored
-
-
Simon authored
-
Simon authored
-
Simon authored
Bugfix misc.multArray. Corrected unittests.misc.testMultArray to account for the special, priviously buggy case where the dimension multiplied was the last dimension and the equal dimensions were more than one but not at the beginning.
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
-
Jakob Gabriel authored
-
- 11 Nov, 2019 7 commits
-
-
Ferdinand Fischer authored
Fixed bug, so that the gramian for the trajectory planning can be computed also for instable systems
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
Function to compute the transition for a state-space system from x0 to x1. The transition is computed on the basis of the gramian controllability matrix
-
Jakob Gabriel authored
-
Ferdinand Fischer authored
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 10 Nov, 2019 2 commits
-
-
-
Jakob Gabriel authored
-
- 08 Nov, 2019 15 commits
-
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
Added symbolic evaluation of quantity.Symbolic. (This is necessary for some strange functions, see e.g. the corresponding unittest) Simplified the "isempty" check for quantities
-
Jakob Gabriel authored
-
Ferdinand Fischer authored
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
misc.struct & misc.getfield & misc.nameValuePairRemoveDots: new methods for parsing name value pairs into structs of structs
-
Jakob Gabriel authored
-
Ferdinand Fischer authored
Added converter of quantity.Discrete to quantity.Function: a linear interpolation is used as valueContin$
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
Added help information for the plotEigenvalues function Modified definition of signals.Piecewise
-
-
Simon authored
Important performance update transz_fast_nDim: matlab's matrix multiplication becomes very slow for large vectors. However, elementwise multiplication is ultra fast! Example: a = ones(20000,20); b = ones(20,20000); Now c = a*b is very very slow compared to d = sum(a.'.*b,1)!
-
- 07 Nov, 2019 3 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 06 Nov, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 05 Nov, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 01 Nov, 2019 2 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 31 Oct, 2019 1 commit
-
-
Jakob Gabriel authored
-