Save figure as jpg with 600dpi
Show older comments
Hi all,
I am trying to save some figures through coding, in jpg format and 600dpi.
Hovewer I have tried these, but still getting error (Matlab version 2019a)
saveas('figure.jpg')
print(gcf,'figure.jpg','-jpg','-r600');
thanks in advance
1 Comment
Jan
on 4 Sep 2019
Whenever you mention an error in the forum, post a copy of the complete message.
Accepted Answer
More Answers (1)
Fabio Freschi
on 4 Sep 2019
0 votes
In print command, for jpg images, the flag is '-djpeg'
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!