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

xdel

グラフィックウインドウを削除する

呼び出し手順

xdel()
xdel(win_nums)

引数

win_nums

整数のスカラーまたはベクトル

説明

xdelは, 番号がベクトルwin_numsに含まれる グラフィックウインドウを削除します. 引数が指定されない場合には, カレントのグラフィックウインドウを削除します.

plot2d();
scf();
plot3d();
xdel(0); // 最初のグラフィックを削除
xdel     // カレントのグラフィックを削除

参照

履歴

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

<< hist3d graphics xname >>