Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - 日本語


xdel

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

呼び出し手順

xdel()
xdel(win_nums)

引数

win_nums

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

説明

xdel(…) is obsolete and will be removed from Scilab 6.2. Please use close(…) instead.

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

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

参照

  • close — グラフィックフィギュア,進行バーまたは待機バー,ヘルプブラウザ,xcos,browsevar,またはeditvarを閉じます
  • delete — グラフィックエンティティとその子を削除.
  • winsid — グラフィックウインドウのリストを返す

履歴

バージョン記述
6.1.1 xdel() declared obsolete. close() replaces it.
Report an issue
<< winsid figure_operations xname >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Nov 07 15:06:01 CET 2022