Report Generatorで画像をHTML形式で出力する際の画像位置の調整はできますか?
조회 수: 1 (최근 30일)
이전 댓글 표시
% rptgen.cfr_image を作成
rptgen_cfr_image1 = rptgen.cfr_image('FileName',...
'C:\Users\****.png',...
'MaxViewportSize',[3 5],...
'ViewportSize',[3 5],...
'ViewportType','fixed',...
'DocHorizAlign','left',...
'Caption','');
setParent(rptgen_cfr_image1,RptgenML_CReport1);
댓글 수: 2
Atsushi Ueno
2023년 10월 8일
私はMATLAB Report Generator Toolboxを動かす環境を持っていない為、定かではありませんが:
> 配置: PDF または RTF 形式のレポートのみ、この書式プロパティをサポートします。
という事なので、GUIの選択肢には無いでしょうし、APIで'DocHorizAlign','center',等と変更しても反映されないと思います。
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!