Setup a Simulink model to work only with a license file
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Utkarsh Belwal
on 1 Mar 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 Comments
Utkarsh Belwal
on 3 Mar 2021
Edited: Utkarsh Belwal
on 3 Mar 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
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!