Scilab 5.5.2
- Ajuda do Scilab
- Biblioteca de Gráficos
- 2d_plot
- 3d_plot
- annotation
- axes_operations
- axis
- bar_histogram
- Color management
- figure_operations
- geometric_shapes
- handle
- interaction
- load_save
- pie
- polygon
- property
- text
- transform
- window_control
- Datatips
- lighting
- GlobalProperty
- Graphics
- graphics_entities
- object_editor
- twinkle
- xchange
- xclear
- xdel
- xget
- xgetech
- xgraduate
- xgrid
- xname
- xnumb
- xpause
- xsegs
- xset
- xsetech
- Compound properties
- pixel_drawing_mode
- Segments properties
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.
xclear
limpa janela de gráficos
Seqüência de Chamamento
xclear([window-id])
Parâmetros
- window-id
vetor de inteiros ou escalar inteiro
Descrição
Sem argumentos, esta função limpa a figura corrente ajustando a sua
propriedade visible para 'off'. Em caso contrário, ela limpa as janelas
cujos números estão inclusos no vetor window-id
. Por
exemplo xclear(1:3)
limpa as janelas 1, 2 e 3. Se uma
dessas janelas não existir, então ela é automaticamente criada.
A função xclear
está obsoleta. Para limpar uma
figura, por favor, utilize a função clf
ao invés, ou a
propriedade visible
.
Ver Também
- clf — Limpa ou reajusta a (janela da) figura gráfica corrente para valores padrões
Report an issue | ||
<< xchange | Biblioteca de Gráficos | xdel >> |