What's the best format to export figure?

.jpg, etc... doesn't seem to be good format for "word" to publish. How to export or print the figures in good, better scale-able, format?
Thanks.

1 Comment

What sort of figure is it? If it is just lines, things should scale well with .svg or similar. If you have an image then using a vector format is maybe not a good idea. Then I would just increase the resolution of the exported figure so it looks better.

Sign in to comment.

Answers (3)

I'd use export_fig() and save them as PNG files.

4 Comments

For r2020a and later you can use exportgraphics() - a built-in function.
After looking everywhere for stuff to use to save my figure containing an imagesc plot, exportgraphics did exactly what I wanted too. I didn't have to do any addition things to keep the background color for the plot black! Thanks!
What about dxf formate?

Sign in to comment.

.bmp or bitmap shows better quality than png when imported into Word.
It is more obvious in Word than it is here but try it out and see for yourself! (.bmp at top .png at bottom)

1 Comment

It's not obvious to me. Tell us what to look at specifically. They look identical except that the BMP one is a little narrower horizontally. Also, attach the files if you can with the paper clip icon.

Sign in to comment.

Ben11
Ben11 on 22 Aug 2014
Edited: Ben11 on 22 Aug 2014
Look at the print function, with which you can export figures in eps or pdf format which are quite good.

2 Comments

.eps and Word don't play well together.
Jan
Jan on 23 Aug 2014
Edited: Jan on 23 Aug 2014
EPS and Word play together excellently. The only problem is the display on the screen, when you embed a low-resolution TIFF in the EPS. But if you print the document to paper or to a PDF, the result is perfect - when the Painetrs renderer was used.

Sign in to comment.

Categories

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

Asked:

on 22 Aug 2014

Community Treasure Hunt

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

Start Hunting!