Figure Saving Tool (PDF and EPS)

From Control Systems Technology Group
Revision as of 14:21, 19 July 2011 by Rhoogendi (talk | contribs)
Jump to navigation Jump to search

Back to Matlab Tools


File:Saver.m
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