Documentation of PolyspaceData in report template generator
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm creating custom Polyspace report template. I saw in default reports PolyspaceData object used multiple times, but I can't find its documentation. Just some unanswered questions on the forum. Does anyone know where to find description of this object (members, functions, examples,...)?
Sample usage in report template:
ReviewInfo = { PolyspaceData.GetMessage('project'), PolyspaceData.GetProjectName; ...
PolyspaceData.GetMessage('version'), PolyspaceData.GetVerifVersions; ...
PolyspaceData.GetMessage('projectLeader'), ''; ...
PolyspaceData.GetMessage('qualityReviewer'), '' };
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Generate Reports finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!