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.
See the recommended documentation of this function
xnumb
Imprime números
Seqüência de Chamamento
xnumb(x,y,nums,[box,angle])
Parâmetros
- x,y,nums
vetores de mesmo tamanho
- box
valor inteiro
- angle
vetor opcional de mesmo tamanho de
x
Descrição
xnumb
imprime os valores de
nums(i)
na posição x(i),y(i)
na
escala corrente. Se box
tem valor 1, um retângulo é
desenhado ao redor dos números. Se angle
for dado,
fornece a direção para escrita do string.
Ver Também
- xstring — imprime strings
Report an issue | ||
<< xname | Biblioteca de Gráficos | xpause >> |