Why matlab r2014 cannot export a image with defined resolution?
2 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
G Newton
2016 年 8 月 15 日
just update this line and check
print('yourimagename','-djpg','-r300');
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!