How to unhide look under mask arrow in matlab simulink ?
47 ビュー (過去 30 日間)
古いコメントを表示
I am using matlab 2018b. I created my library but I didn't find that down arrow.
0 件のコメント
採用された回答
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
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
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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Author Block Masks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!