Delete specific outgoing RMI links programatically
Show older comments
I would like to remove a single requirement link from my Simulink object.
I have found that i can clear ALL links using the following command:
>> rmi('clear all',object)
But i don't want to delete all of them, just a specific requirement. How can I do that?
Accepted Answer
More Answers (0)
Categories
Find more on Track and Visualize 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!