how Matlab figure quality maintain ?

1 次查看(过去 30 天)
Birhan Gezahegn
Birhan Gezahegn 2019-4-29
评论: Rik 2020-7-30
I have matlab figures when I export to ms word the the matlab figure quality decrease. How can I increase MATLAB figure quality as it is in matlab toolbox? what other graphic software shall I used or llinked with matlab?
  3 个评论
per isakson
per isakson 2019-4-29
编辑:per isakson 2019-4-29
export_fig, Exports figures nicely to a number of vector & bitmap formats is one of the most popular contributions on the File Exchange over the last decade. (I've never used it.)
It's many years since I last made a report with Matlab figures in Ms Word. (Thus, I'm not qualified to answer.) I remember that size and fonts caused constant pain. Back then I thought that eps-files produce better quality, but it wasn't worth the trouble.
Now I made a simple copy&paste test on R2018b, Win10, MsWord2006. I cannot see any decrease in quality on my standard 24" screen. (I use Copy Option metafile.)
Rik
Rik 2020-7-30
@LMBSRT, why did you flag this as not appropriate?

请先登录,再进行评论。

回答(1 个)

Jan
Jan 2019-4-29
I export my diagrams as EPS files using print. On the screen the poor TIFF preview is displayed in MS Word, but for print outs to paper or PDFs the high quality vector graphics are used. If the TIFF preview matters, you can increase its resolution with the -r flag in the print command.
This works fluently using the famous export_fig from the fileExchange also, but I did not use it yet.
It matters, if the figure is drawn by the OpenGL or Painters renderer: While the first one is faster for complex 3D images and required for alpha-blending, the second can export vector graphics. For high-resolution 3D graphics with transparencies, set the resolution by the -r flag also.

类别

Help CenterFile Exchange 中查找有关 Printing and Saving 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by