How to convert .fig to .jpg ? (issues with 'saveas' function)

I tried 'saveas' function but it reduces the quality of the image(meaning, i do not want to have white borders around the image.I want to get the full image after the conversion.
Here is the code i used:
h=openfig('pic-1.fig');
saveas(h,'pic1.jpg')
Can you please tell me how to get around with this?
Really appreciate your feedback.

2 Comments

Hi Stephen- Thank you so much for directing me to the right direction. It works really well. (plus thank you so much for your wonderful code-Yair Altman) Really appreciate it.

Sign in to comment.

Answers (0)

Categories

Find more on Printing and Saving in Help Center and File Exchange

Tags

Asked:

on 6 Mar 2015

Commented:

on 9 Mar 2015

Community Treasure Hunt

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

Start Hunting!