Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.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.
See the recommended documentation of this function

Scilab help >> Console > 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 — カーソルをコマンドウインドウの左上隅に移動
Report an issue
<< Console 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 Apr 02 17:37:34 CEST 2013