Clear Command Window
clc
clc
clears all input and
output from the Command Window display, giving you a "clean
screen."
After using clc
, 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.
Use clc
in a MATLAB® code file to always
display output in the same starting position on the screen.