mlreportgen.report.Reporter Class
Namespace: mlreportgen.report
Superclass for MATLAB reporters
Description
mlreportgen.report.Reporter is a superclass for reporter objects that
generate content to add to a report. The format of a reporter is based on a
template.
Note
To use a subclass of mlreportgen.report.Reporter in a report,
you must create the report using the mlreportgen.report.Report class or subclass.
The mlreportgen.report.Reporter class is a handle class.
Creation
Description
creates an empty reporter.reporter = mlreportgen.report.Reporter
sets properties using name-value arguments. You can specify multiple name-value
arguments in any order.report = mlreportgen.report.Reporter(PropertyName=Value)
Properties
Methods
Version History
Introduced in R2017b