Figure Saving Tool (PDF and EPS)

From Control Systems Technology Group
Revision as of 14:08, 19 July 2011 by Rhoogendi (talk | contribs)
Jump to navigation Jump to search
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.


Author
Rob Hoogendijk