Convert Model Advisor report from html to pdf

조회 수: 1 (최근 30일)
Oussama Jegham
Oussama Jegham 2022년 8월 9일
편집: Morten Veng 2023년 5월 1일
Hello,
I am trying to use Matlab to generate Model Advisor report with PDF format , for that i used the following methods which both didn't work.
Methods 1:
ModelAdvisor.run(model_file,'Configuration','Checks_configuration.mat','ReportFormat','pdf')
Error using ModelAdvisor/run>parseArgs
The specified input arguments are not valid.
Error in ModelAdvisor/run
Methods 2:
MA_SysResultObjArray = ModelAdvisor.run(model_file,'Configuration','Checks_configuration.mat')
import mlreportgen.dom.*;
rpt = Document('MyReport','pdf');
htmlFile = HTML(MA_SysResultObjArray{1, 1}.htmlreport );
append(rpt, htmlFile );
close(rpt);
[ERROR] AbstractBaseLayoutManager - Cannot find LM to handle given FO for LengthBase. (fo:table-cell, location: 102:1115)
[ERROR] AbstractBaseLayoutManager - Cannot find LM to handle given FO for LengthBase. (fo:table-cell, location: 169:1002)

답변 (1개)

Keerthana Ramesh
Keerthana Ramesh 2022년 8월 18일
Hi,
I assume that you are using MATLAB R2017b version and the feature to programmatically generate the Model Advisor report in PDF format is not available in that release.
The Model Advisor report can be generated in PDF and Microsoft Word formats by changing the File Format in the Generate Model Advisor Report dialog box.
The following documentation link can be referred to generate the Model Advisor report in PDF format from the Model Advisor window:
I hope this information helps.
Thanks,
Keerthana
  댓글 수: 2
Oussama Jegham
Oussama Jegham 2022년 8월 22일
thanks for your reponse , this it help me for now .
Morten Veng
Morten Veng 2023년 5월 1일
편집: Morten Veng 2023년 5월 1일
How can i generate the pdf (programmatically) in version 2021a? The link above does not exist anymore and it seems the option mentioned in the first example:
'ReportFormat','pdf'
Is not available either.

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

카테고리

Help CenterFile Exchange에서 Manual Performance Optimization에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by