필터 지우기
필터 지우기

How to build Referenced Model as normal subsystem when build?

조회 수: 3 (최근 30일)
XX
XX 2023년 2월 10일
답변: Divyank 2023년 2월 10일
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?

답변 (1개)

Divyank
Divyank 2023년 2월 10일
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.

카테고리

Help CenterFile Exchange에서 Component-Based Modeling에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by