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 CenterFile Exchange에서 Event Functions에 대해 자세히 알아보기

태그

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by