Protecting a Simulink block with a password

조회 수: 59 (최근 30일)
Indira
Indira 2011년 1월 28일
답변: Senthilmurugan Mani 2019년 7월 8일
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일
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년 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일
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

카테고리

Help CenterFile Exchange에서 Subsystems에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by