How do I collect unlinked block or library list.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Takehana Takasi
am 7 Sep. 2022
Kommentiert: Takehana Takasi
am 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 Kommentare
Akzeptierte Antwort
Fangjun Jiang
am 7 Sep. 2022
find_system('ModelName','LookUnderMasks','All','FollowLinks','On','LinkStatus','inactive')
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!