How can I print/ save a figure as .emf with matlab2017a?

10 次查看(过去 30 天)
Hi, I am trying to save a figure as .emf files and I use the saveas command, but I keep getting this error: Error using saveas (line 166) Unsupported format or extension: emf The same error occurs if I use the print command as well. Can we still save files as .emf files? What can i do to fix this Or save my figure as a .emf?

回答(1 个)

Walter Roberson
Walter Roberson 2017-7-10
You should be able to use saveas with the 'meta' option; https://www.mathworks.com/help/matlab/ref/saveas.html
However, it appears that emf output is only available on MS Windows systems.

类别

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