How can I divide the index of requirements by hierarchy?
80 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
JinWook Park
le 3 Déc 2024 à 5:11
Commenté : JinWook Park
le 12 Déc 2024 à 10:41
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......
3 commentaires
Réponse acceptée
Pat Canny
le 3 Déc 2024 à 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!
2 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!