Set the dpi for a figure

12 visualizaciones (últimos 30 días)
N/A
N/A el 18 de Sept. de 2020
Hey everyone,
I got a small problem with the dpi of figures, or maybe windows is just trolling me.
I use the following line to print the image
fig =gcf;
fig.PaperPositionMode = 'auto';
print('ScreenSizeFigure',-djpeg,'-r600');
So this are the statistics of the resulting image according to windows:
Dimensions: 11900x6169
Width 11900 Pixels
Height 6169 Pixels
Horizontal resolution 96 dpi
Vertical resoltuion 96 dpi
So is something wrong with Matlab (I am using Matlab R2019b Update 6), my code, or is windows just giving me wrong information?
I appreciate all help.

Respuestas (0)

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by