フィルターのクリア

How to unhide look under mask arrow in matlab simulink ?

23 ビュー (過去 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.
JAMES MAINA
JAMES MAINA 2019 年 3 月 12 日
Thanks

サインインしてコメントする。

その他の回答 (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 Center および File ExchangeAuthor Block Masks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by