Azzera filtri
Azzera filtri

how to save figures without margin?

21 visualizzazioni (ultimi 30 giorni)
Jack Xiao
Jack Xiao il 11 Mag 2019
Commentato: Nick Tsui il 17 Nov 2022
as the title, I need to save the figures or images shown in the figure with the same size of the image.
but there are always margins as shown in the following: (the size is 604x593)
捕获asda.PNG
the orginal image is : (the size is 500x430)
ILSVRC2012_val_00000224.JPEG
how to save figures without margin?

Risposta accettata

Valeriy
Valeriy il 23 Feb 2020
Try:
axis off; % If you have axis titles, labels, etc.
set (gca,'Position',[0 0 1 1]);
print(gcf,'Test.jpg', '-djpeg', '-r300');
  2 Commenti
Nick Tsui
Nick Tsui il 17 Nov 2022
There are still some margins on both left and right sides of the image.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by