Documentation

clc

Clear Command Window

Syntax

clc

Description

clcclears all input and output from the Command Window display, giving you a “clean screen.”

After usingclc, you cannot use the scroll bar to see the history of functions, but you still can use the up arrow key, ↑, to recall statements from the command history.

Examples

Useclcin a MATLAB®code file to always display output in the same starting position on the screen.

See Also

|||

Introduced before R2006a

Was this topic helpful?