Protecting a Simulink block with a password

I want to protect a Simulink block (subsystem masked) with a password, so that nobody can open the block or modify the initialization parameters included in the mask parameters.
On the other hand, can I protect the m-files I have?

 採用された回答

Kaustubha Govind
Kaustubha Govind 2011 年 1 月 28 日
編集済み: John Kelly 2014 年 6 月 12 日

1 投票

You can protect your Simulink subsystem by one of three methods:
1) Control user access to subsystems
2) Generate an S-function
3) Create a protected model from your subsystem, that can then be referenced from users' models.
You can protect MATLAB-files by using pcode.

6 件のコメント

Indira
Indira 2011 年 1 月 31 日
Hi Kaustubha,
What kind of protection does the pcode give?
Cause I've converted my m-files to p-files but I can see the same code in both.
Thanks a lot.
Kaustubha Govind
Kaustubha Govind 2011 年 2 月 1 日
The *.p file generated by pcode is of obscured form that is not human-readable. Did you use the "pcode" command?
Indira
Indira 2011 年 2 月 1 日
Yes, I've used "pcode" command, at moment I am using p-files. Hey your information helped me a lot, but I have another question... I've generated a s-function block that requires some data from m-file, how can I define some parameters to the block?...
Thanks =)
Kaustubha Govind
Kaustubha Govind 2011 年 2 月 2 日
Could you please post this as a new question? We'd like for questions to be easily found if another user looks for something similar. Thanks!
Indira
Indira 2011 年 2 月 2 日
Done!
stack programer
stack programer 2017 年 5 月 17 日
編集済み: stack programer 2017 年 5 月 17 日
Great but for sdr soure it is not work

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

その他の回答 (1 件)

Senthilmurugan Mani
Senthilmurugan Mani 2019 年 7 月 8 日

1 投票

Could you pls explain about these three method more in detailed
You can protect your Simulink subsystem by one of three methods:
1) Control user access to subsystems
2) Generate an S-function
3) Create a protected model from your subsystem, that can then be referenced from users' models.
You can protect MATLAB-files by using pcode.
Thanks in Advance
By Senthil

カテゴリ

ヘルプ センター および File ExchangeSubsystems についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by