sldvreport
Generate Simulink Design Verifier report
Syntax
Description
[
generates a complete HTML report from the data in status
, reportFilePath
]
= sldvreport(sldvDataFile
)sldvDataFile
. If
sldvreport
creates the report, status
returns
true
. reportFilePath
contains the actual name of the
HTML report.
[
generates a complete HTML report from the data in status
, reportFilePath
]
= sldvreport(sldvDataFile
, options
)sldvDataFile
based on the
specified options. options
is a cell array.
[
generates a complete HTML report from the data in status
, reportFilePath
]
= sldvreport(sldvDataFile
, options
, reportFilePath
)sldvDataFile
based on the
specified options and saves it in the location reportFilePath
.
[
generates a complete HTML report from the data in status
, reportFilePath
]
= sldvreport(sldvDataFile
, options
, reportFilePath
, showUI
)sldvDataFile
based on the
specified options and saves it in the location reportFilePath
. If
showUI
is true, the software displays the status of the report generation
in the user interface.
[
generates a complete report in the specified status
, reportFilePath
]
= sldvreport(sldvDataFile
, options
, reportFilePath
, showUI
, FORMAT
)FORMAT
from the data in
sldvDataFile
based on the specified options and saves it in the location
reportFilePath
. If showUI
is true, the software
displays the status of the report generation in UI.
[
generates a complete report in the specified status
, reportFilePath
]
= sldvreport(sldvDataFile
, options
, reportFilePath
, showUI
, FORMAT
, filterFiles
)FORMAT
by applying the
justification rules specified in the analysis filter files filterFiles
and
the data in sldvDataFile
.
Examples
Input Arguments
Output Arguments
Alternatives
Simulink Design Verifier software creates an HTML report after analyzing a model. In the Configuration Parameters dialog box, in the Design Verifier > Report pane, select Generate report of the results. If you want to save a PDF of the report, select Generate additional report in PDF format.
Version History
Introduced in R2009b