How can I divide the index of requirements by hierarchy?
조회 수: 3 (최근 30일)
이전 댓글 표시
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
채택된 답변
Pat Canny
2024년 12월 3일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!