Dynamics change depending on whether simulation is run in Simulink or Simulink Real-Time (normal run button)

2 次查看(过去 30 天)
I'm doing a state-space simulation in Simulink. The results are as expected, until I change to Simulink Real-Time. All of the sudden, the results depend on the configured 'Stop Time'. I'm using the standard Run button in the Simulation tab, not the 'Run on Target' button. For a large enough Stop Time, the system goes unstable. Obviously, the dynamics of a system should not change because of this. What could have caused this behaviour?

回答(1 个)

Poorna
Poorna 2023-12-6
Hi Ama Nesciri,
I understand that you are getting different results when run using Simulink Real-Time compared to the normal Simulink simulation.
Simulink Real-Time involves generating code from the Simulink model and executing it on real-time target. So, one of the reasons the results differ might be with the solver settings. Code generation requires a fixed step solver while the normal simulation might be using a variable step solver.
So, try to ensure the solver settings are same for both the simulations and then compare the results.
Please refer to the following documentation to know different steps in performing a real time simulation including changing solver settings.
Hope this Helps!
Best regards,
Poorna

类别

Help CenterFile Exchange 中查找有关 Block Libraries 的更多信息

产品


版本

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by