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
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