Call the file export graphical interface (original) (raw)
Scilab 5.3.3
- Scilab help
- GUI
- Tree
- about
- addmenu
- clipboard
- close
- delmenu
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- setlookandfeel
- setmenu
- toolbar
- toprint
- uicontrol
- uigetcolor
- uigetdir
- uigetfile
- uigetfont
- uimenu
- uiputfile
- unsetmenu
- usecanvas
- waitbar
- x_choices
- x_choose
- x_choose_modeless
- x_dialog
- x_matrix
- x_mdialog
Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function
Scilab help >> GUI > exportUI
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.
Authors
Jean-Baptiste Silvy