How do I collect unlinked block or library list.

2 visualizaciones (últimos 30 días)
Takehana Takasi
Takehana Takasi el 7 de Sept. de 2022
Comentada: Takehana Takasi el 7 de Sept. de 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
...

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 7 de Sept. de 2022
find_system('ModelName','LookUnderMasks','All','FollowLinks','On','LinkStatus','inactive')
  1 comentario
Takehana Takasi
Takehana Takasi el 7 de Sept. de 2022
I resolved it by the solution that you told me.
Thanks for your help.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Event Functions en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by