필터 지우기
필터 지우기

How to unhide look under mask arrow in matlab simulink ?

조회 수: 22 (최근 30일)
Yash Vaid
Yash Vaid 2019년 2월 18일
답변: sneka vi 2023년 10월 25일
I am using matlab 2018b. I created my library but I didn't find that down arrow.

채택된 답변

Pruthvi Muppavarapu
Pruthvi Muppavarapu 2019년 2월 21일
The “Look under badge” does not appear if the library is locked, or its "LockLinksToLibrary" property is set to 'On'. Try unlocking your library and the look under mask arrow might appear.
  댓글 수: 3
Pruthvi Muppavarapu
Pruthvi Muppavarapu 2019년 3월 11일
편집: Pruthvi Muppavarapu 2019년 3월 11일
You can manually unlock your library by opening it and in the bottom left corner there will be a lock icon. Try unlocking the library by clicking on the icon and this might make the "look under mask: badge visible.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

sneka vi
sneka vi 2023년 10월 25일
There is an unsupported block parameter called 'MaskHideContents' that can have the values 'on' and 'off'.
So to hide the implementation for the currently selected masked block you execute:
>> set_param(gcb,'MaskHideContents','on')
Hope this helps

카테고리

Help CenterFile Exchange에서 Author Block Masks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by