Figure Saving Tool (PDF and EPS): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Matlab tools|Back to Matlab Tools]] | |||
;[[File: saver.m]] | ;[[File: saver.m]] | ||
Revision as of 13:21, 19 July 2011
- Description
- A tool to save a figure exactly as it is displayed on screen (wysiwyg)
- Usage
saver(name,fignumber,path,save_eps) default fignumber: current figure default path: current dir default save_eps: 0
example: saver('myfigname',2)
Saves figure 2 to myfigname.pdf in the current directory. Especially useful in combination with the print preparation tool (setplot.m)
- Author
- Rob Hoogendijk