Protecting a Simulink block with a password
조회 수: 59 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
채택된 답변
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.
댓글 수: 6
stack programer
2017년 5월 17일
편집: stack programer
2017년 5월 17일
Great but for sdr soure it is not work
추가 답변 (1개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Subsystems에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!