exportUI

Call the file export graphical interface

Calling Sequence

exportUI(figId)
exportUI(fig)

Arguments

:figId integer, Id of the figure to export. : :fig Figure handle, handle of the figure to export. :

Description

exportUI routine call the graphical interface dedicated in exporting a graphic window into an image file.

See Also

  • xs2jpg Export graphics to JPG.
  • xs2eps Export graphics to EPS.
  • xs2png Export graphics to PNG.
  • xs2svg Export graphics to SVG.
  • xs2pdf Export graphics to PDF.

Table Of Contents

This Page