how to print figure in jpg without white margin

4 Ansichten (letzte 30 Tage)
jason lee
jason lee am 16 Sep. 2020
Kommentiert: jason lee am 16 Sep. 2020
x = 0:pi/5:2*pi;
y = sin(x).*exp(-x);
figure('Visible', 'off', 'PaperUnits','centimeters', 'PaperPosition', [0 0 32 8])
plot(x,y,'--k','LineWidth',1)
xlabel('Acc /g')
ylabel('T /s')
ax = gca;
ax.FontSize = 16;
print('figure01','-djpeg', '-r0')
the script give me a figure like this
however, i don't want the white margins in left and right of the printed figures
what should i do?

Akzeptierte Antwort

KSSV
KSSV am 16 Sep. 2020
  1 Kommentar
jason lee
jason lee am 16 Sep. 2020
thank you bro !
it is really a very nice tigure export tool.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by