Clear Filters
Clear Filters

How to build Referenced Model as normal subsystem when build?

3 views (last 30 days)
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?

Answers (1)

Divyank
Divyank on 10 Feb 2023
Hello @XX, to convert a referenced model to a subsystem in Simulink, you can perform the following steps:
  1. Open the referenced model that you want to convert.
  2. 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.
  3. Save the new subsystem.
  4. In the top model, delete the old referenced model block and replace it with the new subsystem block that you just created.
  5. Save the top model.
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.

Categories

Find more on Component-Based Modeling in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!