Figure Saving Tool (PDF and EPS): Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
         default path: current dir
         default path: current dir
         default save_eps: 0
         default save_eps: 0
        example: saver('myfigname',2)
Saves figure 2 to ''myfigname.pdf'' in the current directory.


;Author: Rob Hoogendijk
;Author: Rob Hoogendijk

Revision as of 14:08, 19 July 2011

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