How do I remove the warning "SID could not be resolved in ModelName"?
Afficher commentaires plus anciens
I use Simulink and the Requirements Toolbox. My model runs as expected, but the warning below appears after opening the model or after loading it in the background. Updating the model with Ctrl-D or running the model removes the warning. The warning is:
Warning: SID <SIDNum> could not be resolved in <ModelName>
where SIDNum consists of colons and numbers in the form ":number:number".
If I use "Simulink.ID.getSID" to get all of the SIDs in the model, the one mentioned in the error does not appear.
If I use "Simulink.ID.getHandle" to get the object with the SID mentioned in the warning, I get an error that the object does not exist.
How do I resolve this warning?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Create Requirement Links dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!