Main Content

Analyze Model and View Results

Select analysis modes, set analysis options, run analysis, and view results

Use Simulink® Design Verifier™ to confirm the validity of your design models. Avoid potential bugs by running analyses iteratively as you update your model. Begin by configuring your model for analysis, checking compatibility for analysis, and selecting an appropriate analysis mode such as test generation, property proving, or design error detection to meet your verification goals. You can adjust parameter configurations to see how different parameter ranges affect the analysis. For repeated analyses, you can reuse previously generated model representations to save time and resources.

After running an analysis, you can generate a report and access the MAT file containing the sldvData structure for further custom analysis or reporting. For more information on analysis results, see View and Understand Analysis Results from Data Files. You can also interpret objectives in the results summary, noting that incomplete or undecided outcomes may occur due to model complexity, unsupported features, or analysis limitations.

Functions

expand all

sldvcompatCheck model for compatibility with analysis
sldvoptionsCreate Simulink Design Verifier options object
sldvrunAnalyze model
sldvruntestSimulate model by using input data
sldvlogsignalsLog simulation input port values
sldvchecksumReturns checksum of model
sldvreportGenerate Simulink Design Verifier report
sldvhighlightHighlight model using data from Simulink Design Verifier analysis
sldvloadresultsLoad Simulink Design Verifier analysis results for model
sldvsimdataGet simulation data in Dataset format
sldvmakeharnessGenerate harness model
sldvmergedataMerge test generation results from multiple sessions when the model remains unchanged (Since R2026a)
sldvcombinetestsCombines Simulink Design Verifier test generation results from multiple sessions into one result, even if the model changes (Since R2026a)

Topics

Basics of Model Analysis

Interpret Analysis Results

Featured Examples