copy
Class: slreportgen.report.Reporter
Namespace: slreportgen.report
Create copy of a Simulink reporter object and make deep copies of certain property values
Syntax
copiedObj = copy(reporterObj)
Description
returns a copy of the specified reporter object.
The returned copy contains a deep copy of any property
value of copiedObj = copy(reporterObj)reporterObj that references a reporter, DOM object, or
slreportgen.report.ReporterLayout object.As a result, you can
modify the properties of the original or new object without affecting the other object.
Input Arguments
Output Arguments
Examples
More About
Version History
Introduced in R2021a