Package: mlreportgen.report
Report container
An object of the mlreportgen.report.Report
class is a container for a
report based on reporters and MATLAB® and DOM objects. Use an mlreportgen.report.Report
object to
generate an HTML, PDF, or Word report based on templates in a template library.
The mlreportgen.report.Report
class is a handle
class.
returns a report container object with default property values.report
= mlreportgen.report.Report()
sets the OutputPath property to report
= mlreportgen.report.Report(path
)path
.
also sets the TemplatePath property to report
= mlreportgen.report.Report(path
,type
,template
)template
.
sets properties using name-value pairs. You can specify multiple name-value pair
arguments in any order. Enclose each property name in single or double
quotes.report
= mlreportgen.report.Report(Name,Value
)