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

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

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre MATLAB Report Generator en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!