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.0

initial version

Author

Allan CORNET

Last updated