clc
Clear Command Window.
📝
Syntax
clc()
📄
Description
clc()
clears the console and move the cursor to the upper left corner.
💡
Examples
disp('Hello'); clc()
🔗
See Also
disp
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub