How do I include annotation text from my Simulink model in the file created by the Simulink Report Generator?

2 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 16 Mar 2021
Edited: MathWorks Support Team on 22 Mar 2021
You can pull a Simulink model's "Annotation" data into a Simulink Report Generator report either 1) interactively in the Report Generator app or 2) programmatically in a MATLAB script:
1) App workflow
Gather Annotation data in the Report Generator app using an "Annotation Loop". Refer to the documentation for more information:
2) Command line API/script workflow
You can use the "AnnotationFinder" class in a MATLAB script to generate a report with the Report Generator API. Refer to the documentation for more information:

More Answers (0)

Categories

Find more on Simulink Report Generator in Help Center and File Exchange

Products


Release

R14SP1

Community Treasure Hunt

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

Start Hunting!