Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Console > tohome

tohome

Move the cursor to the upper left corner of the Command Window

Syntax

tohome()

Description

tohome() moves the cursor to the upper-left corner of the Command Window and clears the screen.

You can use the scroll bar to see the history of previous functions.

Note that tohome() cannot be used under Windows platforms when Scilab used in no window mode.

Examples

rand(10,10)
tohome();

See Also

  • clc — Clear Command Window
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:54 CEST 2016