Scilab 6.0.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
xload
load a saved graphics
Syntax
xload(file_name,[win_num])
Arguments
- file_name
 string, name of the file.
- win_num
 integer, the graphics window number. If not given, the current graphics window is used.
Description
xload reloads the graphics contained in the file
            file_name in the graphics window win_num.
Since Scilab 5.0, all uimenu or uicontrol handles are also loaded.
For files containing graphics, the load function can
            be used instead of xload. xload does not restore
            the window number, the window size nor the window dimensions.
Examples
See also
| Report an issue | ||
| << load_save | load_save | xsave >> |