How can I divide the index of requirements by hierarchy?
77 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
JinWook Park
il 3 Dic 2024 alle 5:11
Commentato: JinWook Park
circa 3 ore fa
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 Commenti
Risposta accettata
Pat Canny
il 3 Dic 2024 alle 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 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!