How do I collect unlinked block or library list.

2 ビュー (過去 30 日間)
Takehana Takasi
Takehana Takasi 2022 年 9 月 7 日
コメント済み: Takehana Takasi 2022 年 9 月 7 日
I have to list up unlinked block or library from model.
the model is really huge so it's difficult to list up that by hand.
please tell me about solution.
I want to make a list like following.
ex.
if the model's layer1 has unlinked block.
・root/layer1/xxxx ←unlinked block name
...

採用された回答

Fangjun Jiang
Fangjun Jiang 2022 年 9 月 7 日
find_system('ModelName','LookUnderMasks','All','FollowLinks','On','LinkStatus','inactive')
  1 件のコメント
Takehana Takasi
Takehana Takasi 2022 年 9 月 7 日
I resolved it by the solution that you told me.
Thanks for your help.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEvent Functions についてさらに検索

タグ

製品


リリース

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by