Main Content

Relationship Between Simulink Report Generator and MATLAB Report Generator

金宝app®Report Generator™extendsMATLAB®Report Generatorby adding the ability to find and report on Simulink block diagrams and elements and Stateflow®charts and elements.Simulink Report Generator我们还提供Web视图和嵌入b Views of Simulink models.

Finders and Reporters

The Simulink Report API has finder classes that find and report on Simulink diagrams, subsystems, blocks, annotations, and other elements. It also has finders for Stateflow, which find and report on charts, states, transitions, and other elements. All of the finders are derived from themlreportgen.finder.Finderbase class. In addition to finders, the Report API has reporter classes, which you use to customize reporting on finder results. SeeReport Generation for Simulink and Stateflow Elementsfor more information and a full list of available finders and reporters. In addition the finders and reporters, the MATLAB Report API and DOM API provide many features useful for creating Simulink reports, such as title page, table of contents, and chapter reporters.

This example shows results reported for Simulink blocks by the Report APIBlockFinderclass.

This example shows results reported for Stateflow transitions by the Report APIStateflowDiagramElementFinderclass.

Web Views and Embedded Web Views

Simulink Report Generator我们还提供Web视图和嵌入b Views. A Web View is an interactive rendition of a Simulink model that you can view in a Web browser. An Embedded Web View is an HTML report that contains one or more Web Views.

This example shows a Web View.

This example shows a portion of an Embedded Web View report.

See Also

Related Topics