필터 지우기
필터 지우기

Why matlab r2014 cannot export a image with defined resolution?

조회 수: 2 (최근 30일)
Yeping Sun
Yeping Sun 2016년 8월 15일
답변: G Newton 2016년 8월 15일
Dear all,
After I plot a figure in matlab r2014, I set to resultion to 600 dpi in the export setting dialogue box,and export the image in jpg format.However in photoship the resolution of this image is 96 dpi. Actually whatever resolution I set (150, 300,600 dpi) in matlab, the resolution of the exported images is alway 96 dpi. Why? Do I miss so setting in matlab?

답변 (1개)

G Newton
G Newton 2016년 8월 15일
just update this line and check
print('yourimagename','-djpg','-r300');

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by