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

Last updated

Was this helpful?