Protecting a Simulink block with a password
50 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Indira
am 28 Jan. 2011
Beantwortet: Senthilmurugan Mani
am 8 Jul. 2019
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 Kommentare
Akzeptierte Antwort
Kaustubha Govind
am 28 Jan. 2011
Bearbeitet: John Kelly
am 12 Jun. 2014
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 Kommentare
stack programer
am 17 Mai 2017
Bearbeitet: stack programer
am 17 Mai 2017
Great but for sdr soure it is not work
Weitere Antworten (1)
Senthilmurugan Mani
am 8 Jul. 2019
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 Kommentare
Siehe auch
Kategorien
Mehr zu Subsystems finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!