How do I collect unlinked block or library list.

1 view (last 30 days)
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
...

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 7 Sep 2022
find_system('ModelName','LookUnderMasks','All','FollowLinks','On','LinkStatus','inactive')

More Answers (0)

Categories

Find more on Event Functions in Help Center and File Exchange

Tags

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!