Setup a Simulink model to work only with a license file
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Utkarsh Belwal
2021-3-1
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 个评论
Utkarsh Belwal
2021-3-3
编辑:Utkarsh Belwal
2021-3-3
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!