Console input >>

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


Version Description
1.0.0 initial version

Author


Allan CORNET

Console input >>