Scilab-Branch-6.1-GIT
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 (obsolete)
Syntax
xdel() xdel(win_nums)
Arguments
- win_nums
an integer scalar or vector.
Description
xdel(…) is obsolete and will be removed from Scilab 6.2. Please use close(…) instead. |
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
History
Version | Description |
6.1.1 | xdel() declared obsolete. close() replaces it. |
Report an issue | ||
<< winsid | figure_operations | xname >> |