How to save matlab figures in .eps format
Show older comments
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!
Answers (2)
Walter Roberson
on 20 Feb 2019
0 votes
Use print with driver -depsc (color) or -deps (grayscale)
2 Comments
Zeab
on 23 Feb 2019
Walter Roberson
on 23 Feb 2019
print(fig,'FilenameGoesHere','-depsc')
Zeab
on 23 Feb 2019
0 votes
Categories
Find more on Printing and Saving in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!