slreportgen.report.FunctionReference.customizeReporter
Class: slreportgen.report.FunctionReference
Namespace: slreportgen.report
Syntax
reporter = slreportgen.report.FunctionReference.customizeReporter(targetFilePath)
Description
defines a subclass of reporter
= slreportgen.report.FunctionReference.customizeReporter(targetFilePath
)slreportgen.report.FunctionReference
in a newly created
MATLAB® program file (.m
) in the folder specified by
targetFilePath
. The method creates or uses the existing
resources/templates
subfolder, in the folder specified by
targetFilePath
, and copies the default template files of the
FunctionReference
class into the subfolder. Use the created subclass as a
starting point for creating your custom version of the FunctionReference
reporter.
Input Arguments
Output Arguments
Version History
Introduced in R2022a