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

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

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

呼び出し手順

xdel([win_nums])

引数

win_nums

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

説明

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

plot2d();

scf();

plot3d();

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

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

参照

  • close — 図を閉じる
  • delete — グラフィックエンティティとその子を削除.
  • winsid — グラフィックウインドウのリストを返す
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:
Tue Feb 14 15:10:31 CET 2017