how to use export_fig to save an image without the margin

1 回表示 (過去 30 日間)
Nour
Nour 2015 年 3 月 11 日
コメント済み: Amin Abedini 2021 年 11 月 28 日
Hi People,
Please I want to use export_fig to save an image without the margin.
  1 件のコメント
Amin Abedini
Amin Abedini 2021 年 11 月 28 日
X = 1:1:10;
Y = 1:1:10;
F = figure
plot(X,Y);
set(gcf,'color','w');
%%%%%%%%%%%%%%%%%%%
FigName = 'FigWithNoBorder';
export_fig FigName.png '-r300' % Saves as png with 300 resolution.

サインインしてコメントする。

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by