필터 지우기
필터 지우기

how to convert generated model advisor check report which is in html file into PDF format using m script? I am using MATLAB 2020a version

조회 수: 3 (최근 30일)
I did model advisor checks and generated reports. Generated reports are in html format by default. I need to convert html file into PDF.

답변 (1개)

Vishesh
Vishesh 2022년 11월 28일
  • You can use "ModelAdvisor.run()" for generating report.
  • For the Windows operating system, the supported formats are 'pdf', 'html', and 'word'. For UNIX like operating systems, the only supported format is 'html'.
  • For generating report in "pdf" format in Windows, use Name-value argument "ReportFormat" as "pdf" as shown below.
ModelAdvisor.run(model, checkIDs,'ReportFormat', 'docx', 'ReportPath', pwd, 'ReportName', 'myReport');
  댓글 수: 3
oussama
oussama 2023년 5월 8일
편집: oussama 2023년 5월 8일
@Vishesh this documentation is for MATLAB R2022a and he asked for MATLAB R2020a.I am also want a solution to generate pdf report at MATLAB R2020b.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Reporting and Database Access에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by