Open yanndebray opened 7 months ago
https://github.com/mathworks/Call-Simulink-from-Python
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)
https://github.com/mathworks/Call-Simulink-from-Python