Dynamics change depending on whether simulation is run in Simulink or Simulink Real-Time (normal run button)
1 次查看(过去 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?
2 个评论
Benjamin Thompson
2022-7-6
Can you post the model? Maybe you use small sized integers somewhere that can be overrun if time gets too big?
回答(1 个)
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Block Libraries 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!