Package: mlreportgen.report
Superclasses:
Create a MATLAB Reporter
mlreportgen.report.Reporter
is a superclass for reporter objects that
generate content to be added to a report. The format of a reporter is based on a
template, which is stored in a template library.
creates an empty
reporter.reporter
= Reporter()
sets properties using name-value pairs. You can specify multiple name-value pair
arguments in any order. Enclose each property name in single quotes.reporter
= Reporter(Name,Value
)
customizeReporter | Create class derived from Reporter class |
getImpl | Get implementation of reporter |
Handle. To learn how handle classes affect copy operations, see Copying Objects (MATLAB).
mlreportgen.report.BaseTable
| mlreportgen.report.Chapter
| mlreportgen.report.Equation
| mlreportgen.report.Figure
| mlreportgen.report.FormalImage
| mlreportgen.report.InlineContent
| mlreportgen.report.Report
| mlreportgen.report.ReportLayout
| mlreportgen.report.ReporterLayout
| mlreportgen.report.Section
| mlreportgen.report.TableOfContents
| mlreportgen.report.TitlePage