How can I divide the index of requirements by hierarchy?
58 views (last 30 days)
Show older comments
As you see in the picture file (file.slreqx),
Is it possible to modify the index number based on the type of info?
ex)
info A
1.1.1 through 1.1n
info B
2.1.1.1.1.n......
2 Comments
Angelo Yeo
about 20 hours ago
Can you show your whole workflow? Do you import requirements from Excel or Words? Or, it would be helpful if you can share your slreqx file (or a simplified one) for a better understanding.
Answers (1)
Pat Canny
on 3 Dec 2024 at 14:16
You have a couple of options to do this:
- Programmatically using the Requirements Toolbox APIs (see example here for guidance)
- Via a callback (see documentation here)
Hopefully this helps!
1 Comment
See Also
Categories
Find more on Create Links to External Requirements 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!