MATLAB Function Reference Previous page   Next Page
hgexport

Export figure

Syntax

Description

hgexport(h,filename) writes figure h to the file filename.

hgexport(h,'-clipboard') writes figure h to the Windows clipboard.

The format in which the figure is exported is determined by which renderer you use. The Painters renderer generates a metafile. The ZBuffer and OpenGL renderers generate a bitmap.

See Also

print


Previous page  hex2num hggroup Next page

© 1994-2005 The MathWorks, Inc.