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

조회 수: 1 (최근 30일)
Masakazu
Masakazu 2023년 10월 4일
댓글: Masakazu 2023년 10월 13일
% 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개)

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!