How to hide the inside implementation of the masked block in simulink library ?

28 ビュー (過去 30 日間)
Sandesh Achari
Sandesh Achari 2018 年 6 月 26 日
回答済み: Sravya 2024 年 12 月 8 日
The inside of the masked block in simulink library can be made hidden by changing the attribute 'MaskHideContents' to off using the following command. set_param(gcb,'MaskHideContents','off')
However, it can be turned on by switching it to the original state. Is it possible to hide and lock the inside of the masked block permanently? After the delivery of the simulink library to the user, I don't want the contents of the masked block to be visible.

回答 (2 件)

Walter Roberson
Walter Roberson 2018 年 6 月 26 日
編集済み: Walter Roberson 2018 年 6 月 26 日

Sravya
Sravya 2024 年 12 月 8 日

カテゴリ

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