Save .fig file as .eps file
Mostra commenti meno recenti
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.
Risposte (1)
VBBV
il 30 Mar 2023
plot(1:10)
saveas(gcf,'Linechart','epsc')
7 Commenti
VBBV
il 30 Mar 2023
Use the command saveas instead of saving it from Figure window. Or keep figure window maximized when saving using saveas action
VBBV
il 30 Mar 2023
There are several other options you can try e.g. exportgraphics, print commands
I-Chun
il 30 Mar 2023
VBBV
il 31 Mar 2023
exportgraphics(gcf,'filename.eps','Resolution',300)
Have you tried using the resolution argument in export graphics command ?
I-Chun
il 1 Apr 2023
Categorie
Scopri di più su Printing and Saving in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

