Last updated 2 years ago
Was this helpful?
Clear Command Window.
clc()
clc() clears the console and move the cursor to the upper left corner.
disp('Hello'); clc()
.
1.0.0
initial version
Allan CORNET