How do I collect unlinked block or library list.
1 view (last 30 days)
Show older comments
Takehana Takasi
on 7 Sep 2022
Commented: Takehana Takasi
on 7 Sep 2022
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
...
0 Comments
Accepted Answer
Fangjun Jiang
on 7 Sep 2022
find_system('ModelName','LookUnderMasks','All','FollowLinks','On','LinkStatus','inactive')
More Answers (0)
See Also
Categories
Find more on Simulink Environment Customization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!