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

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilabヘルプ >> Graphics > figure_operations > xdel

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 Jan 03 14:37:52 CET 2022