Uwe Fechner
Uwe Fechner
If I execute: ``` ./benchmark --languages=C,Julia ``` I get the following result: ``` | Lang-uage | Temp-lated | Check Time [us/fn] | Compile Time [us/fn] | Build Time [us/fn] |...
Assigning a named function to a column as its format I find the following feature from InMemoryDatasets very useful: - By default, formatted values are used for operations like: displaying,...
I suggest to add the category "Control". So far I found the following packages that would fit into this category: - ControlSystems.jl - ControlExamples.jl - ControlExamplePlots.jl - InteractiveControlPlots.jl - ControlSystemIdentification.jl...
I suggest to add the category "Modelling and Simulation". So far I found the following packages that would fit into this category: - Sims.jl - SimJulia.jl - BioSimulator.jl - Modia.jl...
We would like to use the PWM outputs of a Navio+ on a Rasperry Pi 3b+. This is not working because this code supports only Pi1 and Pi2.
The following code gives an unexpected output: ```Julia differential_vars = ones(Bool, 36) solver = IDA(linear_solver=:Dense) dt = 0.5 t_start = 0.0 t_end = 5*dt tspan = (t_start, t_end) prob =...
Please, have a look at add a comment here: https://github.com/svaksha/Julia.jl/issues/152 This is about the package directory of Julia.
Roadmap
What is the problem, that this package shall solve? Which functionality shall be implemented? a) linear system design b) PID controller design c) optimal control design d) non-linear control system...
Please make it possible to use Radau5DAE for implicit problems. See: https://jmodelica.org/assimulo/DAE_Radau5DAE.html This would make it much easier to port existing code from Python to Julia. For my problems it...
To be able to set the orientation of an object in a 3D scene of Makie.jl I use the following code: ``` q0 = Rotations.params(QuatRotation(state.orient)) # returns an SVector in...