Documentation of PolyspaceData in report template generator
조회 수: 5 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Generate Reports에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!