<< hist3d graphics xname >>
removed >> removed > 6-1-1 > graphics > xdel

xdel

deleta uma janela de gráficos

Seqüência de Chamamento

xdel()
xdel(win_nums)

Parâmetros

win-nums

inteiro ou vetor de inteiros

Descrição

xdel deleta a janela de gráficos win-nums ou a janela de gráficos corrente, se não for fornecido nenhum argumento.

Exemplos

plot2d();
scf();
plot3d();
xdel(0); // delete the first graphic
xdel     // delete the current figure

Ver também

Histórico

VersionDescription
6.1.1 xdel() is declared obsolete. This is the last Scilab version where it is available. close() replaces it.

<< hist3d graphics xname >>