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

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일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

질문:

2017년 7월 10일

답변:

2017년 7월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by