Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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
に含まれる
グラフィックウインドウを削除します.
引数が指定されない場合には,
カレントのグラフィックウインドウを削除します.
参照
履歴
バージョン | 記述 |
6.1.1 | xdel() declared obsolete. close() replaces it. |
Report an issue | ||
<< winsid | figure_operations | xname >> |