Report Generatorで画像をHTML形式で出力する際の画像位置の調整はできますか?
1 view (last 30 days)
Show older comments
% 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
on 8 Oct 2023
私はMATLAB Report Generator Toolboxを動かす環境を持っていない為、定かではありませんが:
> 配置: PDF または RTF 形式のレポートのみ、この書式プロパティをサポートします。
という事なので、GUIの選択肢には無いでしょうし、APIで'DocHorizAlign','center',等と変更しても反映されないと思います。
Answers (0)
See Also
Categories
Find more on MATLAB Report Generator in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!