Simulink Coverage
Afficher commentaires plus anciens
Is there a way to save Simulink coverage information (cvsave command I am presuming), close the model, and re-open the model and display the coverage results (cvmodelview command) using the saved coverage object ?
From what I can tell, the coverage objects use handles, and each time the model is closed and re-opened, the block handles change which prevents re-using the saved coverage results. (our simulations take too long to make re-running the simulation an attractive option)
We would be willing to "over write" the handle values in the re-loaded coverage results, unfortunately, these coverage objects appear to be read only.
In general, we are willing to process the data before saving it and after re-loading it if need be.
Réponses (1)
Kaustubha Govind
le 23 Juin 2011
0 votes
This solution: Can I save the model coverage highlighting produced by Simulink Verification and Validation seems to suggest that this should be possible (although I'm afraid I've not tried this myself). Is this similar to what you're doing?
Catégories
En savoir plus sur Verification, Validation, and Test dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!