- Bring the signal to the top level using an output port on the Model.
- Use a "To File" block inside the Model to log the signals
- Use a "To Workspace" block inside to log the signals
Store and re-use data from protected model
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Shivam garg
le 13 Fév 2024
Commenté : Ayush Singh
le 16 Fév 2024
I have to share a protected model to a third party.
In the protected model I have some data store memory and signals which can be open to the third party.
I want to store these values at the end of simulation and initialize the simulation from the same values.
Currently logging gets disabled after adding protection.
0 commentaires
Réponse acceptée
Ayush Singh
le 16 Fév 2024
Modifié(e) : Ayush Singh
le 16 Fév 2024
Hi Shivam
I assume you have some data store memory and signals which you want to store at the end of simulation and use those values for initialization.
Signal logging being disabled for a protected model is expected behaviour.
However, there are three ways to let the end user access internal signals in the Protected Model:
I hope the above information helps.
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Prepare Model Inputs and Outputs 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!