Setup a Simulink model to work only with a license file
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Alessandro Massimo Giordano
el 26 de Feb. de 2021
Editada: Utkarsh Belwal
el 3 de Mzo. de 2021
Hi,
I would like to setup a Simulink model to work only in presence of a license file.
This license file shall have an expiry date, such that the Simulink model does not work when the license is expired.
Is there a way to implement such a feature in Simulink?
Thanks.
Best regards
0 comentarios
Respuestas (1)
Utkarsh Belwal
el 1 de Mzo. de 2021
Hi Alessandro,
Without having a valid license MATLAB and Simulink can't be installed, so if you try to run the model without a valid license, it will not run.
Thanks,
Utkarsh
2 comentarios
Alessandro Massimo Giordano
el 2 de Mzo. de 2021
Editada: Alessandro Massimo Giordano
el 2 de Mzo. de 2021
Utkarsh Belwal
el 3 de Mzo. de 2021
Editada: Utkarsh Belwal
el 3 de Mzo. de 2021
I think that you want to protect your model. You can use the following four approaches to protect the intellectual property of a Simulink model:
- Protected Model
- S-Function Target
- Shared Library
- Read/Write Access for Subsystems
Please refer to the following link to get more information about these methods: https://www.mathworks.com/matlabcentral/answers/414694-how-can-i-protect-the-intellectual-property-of-my-simulink-model
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing 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!