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

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 > xclear

xclear

グラフィックウインドウをクリア. この関数は廃止されました.

呼び出し手順

xclear([window-id])

引数

window-id

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

説明

引数を指定しない場合,この関数は,その可視属性を 'off' にすることにより カレントのグラフィック図をクリアします. その他の場合,ベクトルwindow-idに含まれる 番号のグラフィック図をクリアします. 例えば xclear(1:3) はウインドウ 1,2 および3をクリアします. ウインドウの一つが存在しない場合,自動的に作成されます.

関数 xclear は廃止されました.
図をクリアするには,代わりにclf 関数または visibleプロパティを使用してください.

plot2d();

scf();

plot3d();

xclear(0); // clear the first graphic

xclear(); // clear the current figure

参照

  • clf — 図またはuicontrolフレームをクリアまたはリセットする
Report an issue
<< xchange Graphics xdel >>

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:
Wed Apr 01 10:25:04 CEST 2015