How can I launch a Polyspace report automatically in PolySpace Client for C/C++?

조회 수: 1 (최근 30일)
I want to automatically launch a Polyspace report. I know how to launch reports manually from the menu. I would like to know if it is also possible to launch a report programmatically.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2016년 11월 21일
It is possible to launch the Polyspace Report Generator programmatically. On a Windows machine open a command window and cd to:
 
<POLYSPACEROOT>\PolySpace_Common\ReportGenerator\wbin\
where <POLYSPACEROOT> stands for your Polyspace installation folder and run:
 
report-generator -template <template> <OPTIONS>
Where <template> is the path to a valid PolySpace Report Generator
template file (*.rpt)
Where <OPTIONS> are:
-format <HTML|PDF|RTF|WORD|XML> default is RTF
-help -h display this help
-output-name <output_name> the filename to give generated report
-results-dir <dir>|<list> <dir> look for results in another folder
than the current folder
and <list> = "dir1,dir2,dir3,..."
In order to get more information about usage and available options run:
 
report-generator -h

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Generate Report에 대해 자세히 알아보기

제품


릴리스

R2009b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by