protection techniques for simulink
이전 댓글 표시
How can i make my simulation file i.e .mdl file to expire after certain number of days.I need a detailed explanation with an example.
댓글 수: 1
Titus Edelhofer
2012년 7월 26일
What do you mean with expire? You can't look at the block diagram anymore, you can't run simulations anymore, the file deletes itself entirely on the harddisk, ...?
답변 (1개)
Ryan G
2012년 7월 26일
1 개 추천
You can use a protected model reference with a callback inside to check the date and prevent the model from processing when that date has passed.
Unfortunately the protected model reference generates code for the entire system so I'm not sure how you would get the date inside of it.
댓글 수: 1
Sherman
2014년 12월 10일
Protecting a model results in the loss of callbacks so this may not work.
카테고리
도움말 센터 및 File Exchange에서 Model Protection에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!