pstest.exportToPolyspaceProfilingResults
(MATLAB Function) Export coverage results from Simulink Coverage, Simulink Test, or MATLAB Test to Polyspace Test
Since R2025a
Syntax
Description
[
exports a Polyspace® profiling results (resultFilePath,justificationsFilePath] = pstest.exportToPolyspaceProfilingResults(elementToExport).psprof) file that contains the
coverage results in elementToExport. By using this function, you
can combine the coverage results of your Simulink® model or MATLAB® code with the coverage results of your C/C++ code in a single results
file.
[
exports the coverage results in resultFilePath,justificationsFilePath] = pstest.exportToPolyspaceProfilingResults(elementToExport,folder,mainFile,writeMode)elementToExport in the folder
specified in folder, using the name specified in
mainFile, and following the file overwriting method specified in
writeMode.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2025a
See Also
cvdata (Simulink Coverage) | cv.cvdatagroup (Simulink Coverage) | matlab.coverage.Result (MATLAB)