- Open the referenced model that you want to convert.
- In the Model Explorer, right-click on the referenced model and select "Create Subsystem". This will create a new subsystem block that encapsulates the entire content of the referenced model.
- Save the new subsystem.
- In the top model, delete the old referenced model block and replace it with the new subsystem block that you just created.
- Save the top model.
How to build Referenced Model as normal subsystem when build?
2 次查看(过去 30 天)
显示 更早的评论
When I build the top model, it cost a lot time to build referenced models, and will crashed if referenced model contains many signals to resolve.
If I copy the referenced model's content to replace the referenced model in top model, it will build very fast.
So, how to convert a Referenced Model to Subsystem, OR just treat it as a Subsystem when build?
0 个评论
回答(1 个)
Divyank
2023-2-10
Hello @XX, to convert a referenced model to a subsystem in Simulink, you can perform the following steps:
Alternatively, if you want to treat a referenced model as a subsystem during simulation, you can set the 'Treat as Atomic Unit' option in the Configuration Parameters of the referenced model to 'on'. This option causes the referenced model to be treated as a single, atomic unit during simulation, and can improve simulation speed. Note that if you set this option, you won't be able to step into the referenced model during simulation and debug its internal behavior.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Subsystems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!