How to lock code generation support for specific simulink models/subsystems?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is it possible to lock specific models e.g. from a library for code generation to avoid reuse in productive code - only use them in Simulink simulations?
1 commentaire
Sai Teja G
le 23 Août 2023
Hi Simon, can you give more details for what exactly you are looking for?
Réponses (1)
Yatharth
le 30 Août 2023
Hi Simon, I understand you want to protect a simulink block/model so that it is only used during simulation and is not used while code generation.
Simulink provides a feature called "Model Protection" that allows you to lock models and restrict their usage. Here is how you can use it:
- Open the model that you want to lock in Simulink.
- Go to the "Model Block" tab in the Simulink Editor.
- You will find the "Protection" section.
- In the "Protection" section, check the relevant options (Simulate / Generate Code) .
- Optionally, you can set a password to further restrict access to the locked model. Enter the password in the "Password" field.
- Click "OK" to save the changes and lock the model.
Once the model is locked, it cannot be modified or regenerated for code generation. However, it can still be used for simulations within Simulink.
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!