How to save .eps files with different figures?
Show older comments
So I am running a loop with various names and I am plotting a figure for each. I have the code
saveas(gcf,[names(ii,:) '.eps'], 'epsc')
How do I label each figure so they save differently within each name? Each figure is different. Thanks
1 Comment
Jan
on 25 Jun 2014
I do not understand the question:
How do I label each figure so they save differently within each name?
What should be different? The file name or the title of the figure?
Accepted Answer
More Answers (0)
Categories
Find more on Grid Lines, Tick Values, and Labels 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!