Borrar filtros
Borrar filtros

Protecting a Simulink block with a password

81 visualizaciones (últimos 30 días)
Indira
Indira el 28 de En. de 2011
Respondida: Senthilmurugan Mani el 8 de Jul. de 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?

Respuesta aceptada

Kaustubha Govind
Kaustubha Govind el 28 de En. de 2011
Editada: John Kelly el 12 de Jun. de 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.
You can protect MATLAB-files by using pcode.
  6 comentarios
Indira
Indira el 2 de Feb. de 2011
Done!
stack programer
stack programer el 17 de Mayo de 2017
Editada: stack programer el 17 de Mayo de 2017
Great but for sdr soure it is not work

Iniciar sesión para comentar.

Más respuestas (1)

Senthilmurugan Mani
Senthilmurugan Mani el 8 de Jul. de 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

Categorías

Más información sobre Programmatic Model Editing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by