What's the best format to export figure?
Mostrar comentarios más antiguos
.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 comentario
José-Luis
el 22 de Ag. de 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.
Respuestas (3)
Image Analyst
el 22 de Ag. de 2014
1 voto
4 comentarios
Mustafa Vardaroglu
el 2 de Jun. de 2020
Thanks. Works!
Image Analyst
el 2 de Jun. de 2020
For r2020a and later you can use exportgraphics() - a built-in function.
Tobias Nelson
el 19 de Jun. de 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
el 1 de Mayo de 2021
What about dxf formate?
Juan Medina
el 3 de Feb. de 2018
1 voto
.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 comentario
Image Analyst
el 2 de Jun. de 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 comentarios
José-Luis
el 22 de Ag. de 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.
Categorías
Más información sobre Printing and Saving en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!