- 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 5 commits
-
-
Jakob Gabriel authored
-
-
Jakob Gabriel authored
-
Simon authored
-
Simon authored
-
- 28 Oct, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 24 Oct, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 18 Oct, 2019 2 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-