yanndebray / matlab-with-python-book

Book on MATLAB with Python 🐍
https://yanndebray.github.io/matlab-with-python-book/
MIT License
67 stars 19 forks source link

Add Simulink resources #4

Open yanndebray opened 7 months ago

yanndebray commented 7 months ago

https://github.com/mathworks/Call-Simulink-from-Python

yanndebray commented 2 months ago

Call Simulink from Jupyter (Add PreLoadFcn assigning parameters from sldemo_suspn_3dof_data.m)

res = sim('suspension_3dof.slx');
plot(res.ScopeData.time,res.ScopeData.signals.values)

download