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


clc

コマンドウインドウを消去する

呼び出し手順

clc
clc(nblines)

パラメータ

nblines

double の値

説明

clc()はコマンドウインドウの 入力および出力を全て消去します.

clc()の使用後, 関数の履歴を スクロールバーにより見ることはできませんが, 上矢印によりコマンド履歴から命令を再度コールすることはできます.

clc(nblines) はカレント行の上nblines 行を消去し,カーソルをこの行に移動します.

clc([nblines]) は,ウインドウモードではない Scilabの時, Unix/Linuxプラットフォームでは使用できないことに注意してください.

rand(10,10)
clc();
rand(10,10)
clc(5); // Delete the 5 previous lines

参照

  • tohome — カーソルをコマンドウインドウの左上隅に移動
  • clf — Clears and resets a figure or a frame uicontrol
  • host cls (consolebox) — shows or hides the MS Windows terminal running the Scilab session
Report an issue
<< ans Console completion >>

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 Mar 07 09:29:07 CET 2023