Instead of checking outputs in the workspace I used a switch in my simulink model to stop the simulation when a certain threshold was reached.
Is there a way to check the data being sent to workspace from my Simulink model so I can choose to stop the simulation?
2 次查看(过去 30 天)
显示 更早的评论
I have a Simulink Multibody model that outputs position data to the workspace after it is done simulating. I have been running the simulation using the sim() command in a MATLAB script. Is there a way that I can run the simulation in MATLAB while checking the position output and then stop the simulation after I have reached a certain position? Thank you.
回答(1 个)
Chidvi Modala
2019-7-17
I understand that you want to stop Simulink simulation when a certain condition is met.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!