How do I remove the warning "SID could not be resolved in ModelName"?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Create Requirement Links in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!