What's the best format to export figure?
Afficher commentaires plus anciens
.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 commentaire
José-Luis
le 22 Août 2014
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.
Réponses (3)
Image Analyst
le 22 Août 2014
1 vote
4 commentaires
Mustafa Vardaroglu
le 2 Juin 2020
Thanks. Works!
Image Analyst
le 2 Juin 2020
For r2020a and later you can use exportgraphics() - a built-in function.
Tobias Nelson
le 19 Juin 2020
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!
mahmoud elmesery
le 1 Mai 2021
What about dxf formate?
Juan Medina
le 3 Fév 2018
1 vote
.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 commentaire
Image Analyst
le 2 Juin 2020
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.
Look at the print function, with which you can export figures in eps or pdf format which are quite good.
2 commentaires
José-Luis
le 22 Août 2014
.eps and Word don't play well together.
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.
Catégories
En savoir plus sur Printing and Saving dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!