mlreportgen.report.Report.customizeReport
Class: mlreportgen.report.Report
Package: mlreportgen.report
Create class derived from Report class
Syntax
mlreportgen.report.Report.customizeReport(path)
Description
mlreportgen.report.Report.customizeReport(
creates a class definition file that defines a subclass of the
path
)mlreportgen.report.Report
class. The new file is created at the
location specified by path
. You can use this file as a starting
point for defining a custom report class.
Input Arguments
Examples
Create Report Subclass
Create a new subclass named package.MyClassB
of
mlreportgen.report.Report
.
mlreportgen.report.Report.customizeReport("+package/@MyClassB")
Version History
Introduced in R2017b