Setup a Simulink model to work only with a license file

조회 수: 2 (최근 30일)
Alessandro Massimo Giordano
Alessandro Massimo Giordano 2021년 2월 26일
편집: Utkarsh Belwal 2021년 3월 3일
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

답변 (1개)

Utkarsh Belwal
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
Alessandro Massimo Giordano
Alessandro Massimo Giordano 2021년 3월 2일
편집: Alessandro Massimo Giordano 2021년 3월 2일
Hi,
thanks for the answer. Actually I am meaning a different thing. I am not talking about Mathwork's license for running Simulink, but an ad-hoc license (of mine) for running a Simulink model.
Example: assume such a feature exists, I would be able to create a Simulink model and associate an ad hoc license file to it; then I then I could send the model and the ad hoc license file to another person. In this way, I would be able to impede that people without the ad hoc license file can execute the model, and ensure that only people with the ad hoc license file can.
Note: the license file shall not be Mathworks' license file but any suitable file (e.g. containing a key) allowing doing it.
Utkarsh Belwal
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:
  1. Protected Model
  2. S-Function Target
  3. Shared Library
  4. 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 CenterFile 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!

Translated by