Borrar filtros
Borrar filtros

Save .fig file as .eps file

2 visualizaciones (últimos 30 días)
I-Chun
I-Chun el 30 de Mzo. de 2023
Comentada: I-Chun el 1 de Abr. de 2023
I have a problem with the "save as" action in .fig window of matlab.
When I save the .fig file as the .eps file, the figure changes. Such as:
The top one is the original .fig file, while the bottom one is the result of saving as .eps file.
I don't know why the line is out of plot window.
Thank you for any advice.

Respuestas (1)

VBBV
VBBV el 30 de Mzo. de 2023
plot(1:10)
saveas(gcf,'Linechart','epsc')
  7 comentarios
VBBV
VBBV el 31 de Mzo. de 2023
exportgraphics(gcf,'filename.eps','Resolution',300)
Have you tried using the resolution argument in export graphics command ?
I-Chun
I-Chun el 1 de Abr. de 2023
Yes, I tried both high and low resolution, but the error is still.

Iniciar sesión para comentar.

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by