Exportfigure: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
imported>Jeremy
(Importing text file)
Line 7: Line 7:


:exportfigure
:exportfigure
:exportfigure(target,sourcefigs)
:exportfigure(target,sourcefigs)


Line 14: Line 13:
Exports one or more open figures into a new blank document in an external program. No inputs are required.
Exports one or more open figures into a new blank document in an external program. No inputs are required.


====OPTIONAL INPUTS====
====Optional Inputs====


* '''target''' = The target program to export figures to, target can have the following values:
* '''target''' = The target program to export figures to, target can have the following values:

Revision as of 17:33, 3 September 2008

Purpose

Automatically export figures to an external program.

Synopsis

exportfigure
exportfigure(target,sourcefigs)

Description

Exports one or more open figures into a new blank document in an external program. No inputs are required.

Optional Inputs

  • target = The target program to export figures to, target can have the following values:
  • 'powerpoint' : Microsoft PowerPoint {default}
  • 'word'  : Microsoft Word
  • 'clipboard'  : System Clipboard (to paste into other program)
  • sourcefigs = A vector of figure numbers to export {default is the current open figure (see GCF)}.
  • sourcefigs = 'all', exports all open figures.

Note: "clipboard" export can only operate on one figure at a time.

See Also