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

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

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Report Generator in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!