Report Generatorで​画像をHTML形式で​出力する際の画像位置​の調整はできますか?

% 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
Atsushi Ueno 2023년 10월 8일
私はMATLAB Report Generator Toolboxを動かす環境を持っていない為、定かではありませんが:
> 配置: PDF または RTF 形式のレポートのみ、この書式プロパティをサポートします。
という事なので、GUIの選択肢には無いでしょうし、APIで'DocHorizAlign','center',等と変更しても反映されないと思います。
Masakazu
Masakazu 2023년 10월 13일
やはりそうでしたか。ご連絡ありがとうございました。

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

제품

릴리스

R2018b

질문:

2023년 10월 4일

댓글:

2023년 10월 13일

Community Treasure Hunt

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

Start Hunting!