13

I have been searching and found many libraries (scipy, numpy, matplotlib) for Python that lets a user easily shift from MATLAB to Python. However, I am unable to find any library that is related to the Simulink in MATLAB. I would like to know if such a library exists or something else that resembles Simulink in it's GUI and computation features.

Saad Qureshi
  • 522
  • 2
  • 6
  • 21

2 Answers2

16

SimuPy is a farily recent framework has similar features as simulink. There is a SciPy 2018 presenation on it.

Pablo
  • 799
  • 11
  • 18
4

Until now there is no library like Simulink in Python. The closest match is the Modelica language with OpenModelica and a python implementation JModelica.

Moritz
  • 4,302
  • 10
  • 34
  • 70