polyspace.CodeProverResults
Read Polyspace Code Prover results from MATLAB
Description
Read Polyspace® Code Prover™ analysis results to MATLAB® tables by using this object. You can obtain a high-level overview of results or details such as each instance of a run-time check.
Note
Before you run Polyspace from MATLAB, you must link your Polyspace and MATLAB installations. See Integrate Polyspace with MATLAB and Simulink.
Creation
Syntax
Description
resObj = polyspace.CodeProverResults(
creates an object for reading a specific set of Code Prover results into MATLAB tables. Use the object methods to read the results.resultsFolder
)
proj = polyspace.Project; resObj = proj.Results;
creates a polyspace.Project
object with a Results
property. If you run
a Code Prover analysis, this property is a polyspace.CodeProverResults
object.
Input Arguments
Object Functions
getSummary | View number of Polyspace results organized by results type (Bug Finder) or color and file (Code Prover) |
getResults | View all instances of Bug Finder or Code Prover results |
variableAccess | View C/C++ global variables along with read/write operations |
Examples
Version History
Introduced in R2017a