polyspace.BugFinderResults
Read Polyspace Bug Finder results from MATLAB
Description
Read Polyspace® Bug Finder™ 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 defect.
Note
Before you run Polyspace from MATLAB, you must link your Polyspace and MATLAB installations. See Integrate Polyspace with MATLAB and Simulink or Integrate Polyspace Server Products with MATLAB.
Creation
Syntax
Description
resObj = polyspace.BugFinderResults(
creates an object for reading a specific set of Bug Finder 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 Bug Finder analysis, this property is
a polyspace.BugFinderResults
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 |
Examples
Version History
Introduced in R2017a