Utilities > General > Print_Figs2File


Print_Figs2File

Purpose

prints some or all open figures to file

Synopsis

Print_Figs2File (Figure,FigName,FigOpt,PrOpt)

Description

PRINT_FIGS2FILE prints some or all open figures to file 
  PRINT_FIGS2FILE(FIGURE,FIGNAME,FIGOPT,PROPT)
  the function prints some or all figures with handles FIGURE to files with the name
  FIGNAME and suffix Fn with n as the numeric identifier;
  if FIGNAME is missing, it is replaced by 'PFile';
  the optional arguments FIGOPT and PROPT are data structures
  with the following fields for controlling the display and the output:
  FIGOPT.Pos   : position of figure(s) relative to display (1x4 numeric array)
                 ( default = [ 0.10 0.10 0.88 0.88 ] )
        .Ornt  : figure orientation ('landscape' or 'portrait'; default='landscape')
   PROPT.Format: file format      (default=-dpdf for PDF file)
        .Reso  : print resolution (default=-r600 for PDF file)
        .Render: plot renderer    (default=-painters)
   Example: Print_Fig2File(Fig([1 4]),'Response') prints the first and the fourth figure
            with handles in data structure Fig to the PDF files ResponseF1 and ResponseF2

Cross-Reference Information

This function calls:

This function is called by: