Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
xdel
delete a graphics window
Syntax
xdel([win_nums])
Arguments
- win_nums
an integer scalar or vector.
Description
xdel
deletes the graphics windows whose numbers
are included in the vector win_nums
or the current
graphics window if no argument is given.
Examples
See also
Report an issue | ||
<< winsid | figure_operations | xname >> |