How to save matlab figures in .eps format

Dear All,
I wanted to generate the .eps formate of a figure in matlab.I wonder if anyone recommend me the steps to do so either matlab or any other softwares.
Thank you!

Respuestas (2)

Walter Roberson
Walter Roberson el 20 de Feb. de 2019

0 votos

Use print with driver -depsc (color) or -deps (grayscale)

2 comentarios

Zeab
Zeab el 23 de Feb. de 2019
Dear Walter Roberson,
Can you clarrify it please?,I have figures in matlab and I want to use .eps formats while I am inserting them in latex documentation.
Walter Roberson
Walter Roberson el 23 de Feb. de 2019
print(fig,'FilenameGoesHere','-depsc')

Iniciar sesión para comentar.

Zeab
Zeab el 23 de Feb. de 2019

0 votos

Dear Walter Roberson,
I just tried it by saving the input figure in a directory folder with a file name of Customfig1,then ,I directly typed the command print(Customfig1,'myepsfig','-depsc') in the command window,something wrong that i didn't get well

Categorías

Más información sobre Printing and Saving en Centro de ayuda y File Exchange.

Preguntada:

el 20 de Feb. de 2019

Respondida:

el 23 de Feb. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by