How to decide time step for simulink model contains submodels with different response time ?
2 次查看(过去 30 天)
显示 更早的评论
I made a Simulink model to represent Ship performance which contains submodels. Each submodel represents a certain component of the ship system and has a different time response.
How should i decide the overall time step of my developed ship simulator ? Also how can i assign or give each submodel its corresponding time step ?
0 个评论
采纳的回答
Sainath Varikuti
2015-4-27
You can use the rate transition block in the parent model to control the execution of each block as well as the execution of the referenced models. The example here illustrates how to use rate transition block.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!