Simulink report generator: how generate a report with hierarchy identical to simulink model?

1 view (last 30 days)
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

Answers (1)

Sebastian Castro
Sebastian Castro on 24 Mar 2015
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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!