<< winsid figure_operations xname >>

Scilab Help >> Graphics > figure_operations > xdel

xdel

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

呼び出し手順

xdel([win_nums])

引数

win_nums

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

説明

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

plot2d();

scf();

plot3d();

xdel(0); // 最初のグラフィックを削除

xdel(); // カレントのグラフィックを削除

参照


Report an issue
<< winsid figure_operations xname >>