xdel

delete a graphics window

Calling Sequence

xdel([win-nums])

Arguments

:win-nums integer or integer vector :

Description

xdel deletes the graphics windows 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

  • close close a figure
  • delete delete a graphic entity and its children.

Table Of Contents

This Page