slreportgen.report.Reporter Class
Namespace: slreportgen.report
Superclass for Simulink reporters
Description
The slreportgen.report.Reporter class is a superclass for the Simulink® Report API reporters and custom reporters that you create to report on
Simulink models and model elements. The format of a reporter is based on a
template.
Note
To use a subclass of slreportgen.report.Reporter in a report, you
must create the report using the slreportgen.report.Report class or subclass.
The slreportgen.report.Reporter class is a handle class.
Creation
Description
creates an empty Simulink reporter.reporter = slreportgen.report.Reporter
sets properties using name-value arguments. You can specify multiple name-value arguments in any order.report = slreportgen.report.Reporter(PropertyName=Value)
Properties
Methods
Tips
Simulink Report Generator may compile a model during report generation, which can prevent MATLAB® from closing if an error occurs. To uncompile a model that has active reporters, use the
closemethod on the associated report.
Version History
Introduced in R2021a