Hi all,
I want to know whether there are package that can create this physical system below, or similar, (you can suggest something outside Julia, if there is no such package).
Thanks a lot.
Hi all,
I want to know whether there are package that can create this physical system below, or similar, (you can suggest something outside Julia, if there is no such package).
Thanks a lot.
Are you looking for a package that
For the answer:
Draws diagrams like in the picture? yes
Simulates the system and plots the trajectories? if possible yes too for this
Has a GUI to build a model of such a system? I think GUI is too much, I still love to learn raw coding.
Please don’t tell me the answer for all the above are MATLAB.
For drawing diagrams, check out
https://bauglir.github.io/Kroki.jl/stable/
maybe it has something you could make use of.
For simulating the system, which is linear, you could use
lsim
The GUI question does not yet have a Julia answer.
For drawing I would suggest https://www.diagrams.net/ (not related to Julia)…
For modelling and simulation of physical systems you could also try GitHub - ModiaSim/Modia.jl: Modeling and simulation of multidomain engineering systems .