How can I divide the index of requirements by hierarchy?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
JinWook Park
el 3 de Dic. de 2024
Comentada: JinWook Park
el 12 de Dic. de 2024
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 comentarios
Respuesta aceptada
Pat Canny
el 3 de Dic. de 2024
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!