Simulink report generator: how generate a report with hierarchy identical to simulink model?
이전 댓글 표시
Using the Simulink report generator and generateing a System Design Report, the chapters for all subsystems are located flat. The order of the chapters does not reflect what systems are subsystems in other systems.
Is there any way to make report generator organize the order of the subsystem chapters to reflect the model structure?
Example: Model A, contains subsystem B1 and C1 B1 contains BA2 and BB2, BA2 Contains BAA3 and BAB3 C1 contains CA2 and CB2
Prefered order of chapters
- A
- B1
- BA2
- BAA3
- BAB3
- BB2
- C1
- CA2
- CB2
답변 (1개)
Sebastian Castro
2015년 3월 24일
0 개 추천
I just tried this out on a similar model.
Looks like your best bet is to use a "System Loop" report component with the "Sort Systems" option set to "By traversal order".
- Sebastian
카테고리
도움말 센터 및 File Exchange에서 Simulink Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!