Main Content
Simulink.CloneDetection.generateReport
Syntax
Description
[
generates an HTML report from the identified clone results
status
,reportFilePath
] = Simulink.CloneDetection.generateReport(cloneResults
)cloneResults
, and returns the status
and
the full path reportFilePath
of the generated report.
[
generates a report in the format specified by
status
,reportFilePath
] = Simulink.CloneDetection.generateReport(cloneResults
,reportType
)reportType
.
[
saves the generated report in the folder specified by
status
, reportFilePath
] = Simulink.CloneDetection.generateReport(cloneResults
,reportType
,reportFilePath
)reportFilePath
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b