MATLAB and high quality EPS figures

前端 未结 4 528
天涯浪人
天涯浪人 2020-12-08 16:56

I am looking to export my MATLAB plot as a high quality figure. Specifically, I would like to save it as a vector based file format such as EPS or SVG.

I hav         


        
4条回答
  •  一生所求
    2020-12-08 17:32

    The export_fig function on the MATLAB file exchange is a reasonably reliable way of accurately exporting figures to eps and pdf (as well as bitmap formats) in MATLAB.

    The plot2svg function, also from the file exchange, allows you to export in svg format. It provides some additional benefits, such as being able to export translucent patch objects in vector format.

    A comparison of exporting methods is given in this blog post.

提交回复
热议问题