Scilab 6.0.0
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
Comments
Add a comment:
Please login to comment this page.