<< hist3d graphics xname >>
removed >> removed > 6-1-1 > graphics > xdel

xdel

delete a graphics window

Syntax

xdel()
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

plot2d();
scf();
plot3d();
xdel(0); // delete the first graphic
xdel     // delete the current figure

See also

History

VersionDescription
6.1.1 xdel() is declared obsolete. This is the last Scilab version where it is available. close() replaces it.

<< hist3d graphics xname >>