Importing Architecture diagrams into other architecture diagrams.

1 回表示 (過去 30 日間)
Ajinkya
Ajinkya 2023 年 4 月 21 日
コメント済み: Josh Kahn 2023 年 4 月 24 日
I have a main architecture diagram -MyArch
and two architecture diagrams Arch1 and Arch2 in separate folders.
Folder structure is like the following
.
└── Root/
├── MyMainArch.slx
└── SubArchs/
├── Arch1/
│ └── Arch1.slx
└── Arch2/
└── Arch2.slx
I want to import Arch1 and Arch2 onto MyMainArch. Similar to Simulink libraries that are linked and updated whenever the other Architecture diagrams are updated.

採用された回答

Ajinkya
Ajinkya 2023 年 4 月 24 日
編集済み: Ajinkya 2023 年 4 月 24 日
So. By using reference components this is possible to do.
In MyMainArch.slx, Use two reference components. Replace <Model name> with the file names (Arch1, Arch2 without extensions). The blocks are then referenced from the other architecture diagrams.
  1 件のコメント
Josh Kahn
Josh Kahn 2023 年 4 月 24 日
You are correct.
The reference components are the correct way to create and utilize the following reusable types in a System Composer architecture model:
  • architecture models
  • architecture subsystems
  • Simulink models
  • Simulink subsystems
Glad you were able to get it figured out.
Regards,
Josh

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSystem Composer についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by