Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
xsave
save graphics into a file
Calling Sequence
xsave(filename,[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
xsave
saves the graphics contained in the graphics window
win_num
in the binary file file_name
. and can be
reloaded with xload
.
Since Scilab 5.0, all uimenu or uicontrol handles are also saved.
For graphics xsave(file_name,win_num)
use preferabily
save(file_name,scf(win_num))
.
Examples
See Also
Report an issue | ||
<< xload | load_save | pie >> |