Scilab 6.0.0
- 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
- xdel
- xget
- xgetech
- xgraduate
- xgrid
- xname
- xnumb
- xsegs
- xset
- xsetech
Scilab Help >> Graphics > xdel
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.
Comments
Add a comment:
Please login to comment this page.