Scilab 5.5.2
- Scilab Help
- Graphics
- 2d_plot
- 3d_plot
- annotation
- axes_operations
- axis
- bar_histogram
- Color management
- Datatips
- figure_operations
- geometric_shapes
- handle
- interaction
- lighting
- load_save
- pie
- polygon
- property
- text
- transform
- window_control
- GlobalProperty
- Graphics: Getting started
- Compound properties
- Graphics Entities
- object editor
- pixel_drawing_mode
- Segments properties
- twinkle
- xchange
- xclear
- xdel
- xget
- xgetech
- xgraduate
- xgrid
- xname
- xnumb
- xpause
- xsegs
- xset
- xsetech
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
Calling Sequence
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 | ||
<< xclear | Graphics | xget >> |