how Matlab figure quality maintain ?
古いコメントを表示
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
2019 年 4 月 29 日
"I export to ms word" How do you currently do that?
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.)
回答 (1 件)
Jan
2019 年 4 月 29 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!