Protecting a subsystem in simulink
40 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ashwini More
le 5 Jan 2021
Commenté : Joel Van Sickel
le 6 Jan 2021
I am trying to protect a subsystem block from third party but they should be able to run the simulation without identifying the model. I tried this by referencing the model and then coding but again it is giving error.
Is there anyone can help me with step by step procedure to protect the model?
0 commentaires
Réponse acceptée
Joel Van Sickel
le 5 Jan 2021
Hello Ashwini,
please use this page as a reference. If part of it doesn't work, please share the specific error message to get better help.
Regards,
Joel
2 commentaires
Joel Van Sickel
le 6 Jan 2021
you should be able to replace the old model with the protected model and run the simulation. In that case, you will need to provide the protected model file (the .slxp), and that can be used instead of the original system. The error message makes sense if you were trying to open the protected model, since it wouldn't allow that.
If you have report generator, you can make a read only view: https://www.mathworks.com/help/simulink/slref/protected-models-for-model-reference.html
Regards,
Joel
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Model Protection dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!