sldvreport
Generate Simulink Design Verifier report
Syntax
Description
[ generates a complete HTML report from the
data contained in status, reportFilePath]
= sldvreport(sldvData)sldvData which is either generated by sldvrun or a file path to sldvData. 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 contained in status, reportFilePath]
= sldvreport(sldvData, options)sldvData or a file path to
sldvData based on the specified options. options is a
cell array.
[
generates a complete HTML report from the data contained in status, reportFilePath]
= sldvreport(sldvData, options, reportFilePath)sldvData or a
file path to sldvData based on the specified options and saves it in the
location reportFilePath.
[
generates a complete HTML report from the status, reportFilePath]
= sldvreport(sldvData, options, reportFilePath, showUI)sldvData or a file path to
sldvData 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(sldvData, options, reportFilePath, showUI, FORMAT)FORMAT from the
sldvData or a file path to sldvData 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(sldvData, options, reportFilePath, showUI, FORMAT, filterFiles)FORMAT by applying the
justification rules specified in the analysis filter files filterFiles and
the sldvData or a file path to sldvData.
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