Main Content
mlreportgen.report.MATLABCode.customizeReporter
Class: mlreportgen.report.MATLABCode
Namespace: mlreportgen.report
Syntax
reporter = mlreportgen.report.MATLABCode.customizeReporter(classpath)
Description
creates a reporter class definition file that defines a subclass of
reporter
= mlreportgen.report.MATLABCode.customizeReporter(classpath
)mlreportgen.report.MATLABCode
at the location specified by
classpath
. The method also copies the default reporter templates to the
resources/templates
subfolder of the folder that contains the class
definition file. You can use the class definition file as a starting point to design a custom
MATLAB® code reporter class for your report.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2021a