Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

clc

Clear Command Window.

Syntax

  • clc()

Description

clc() clears the console and move the cursor to the upper left corner.

Example

disp('Hello');
clc()

See also

disp.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET