| MATLAB Function Reference | Search  Help Desk |
| clc | Examples See Also |
Syntax
clc
Description
clc
clears the command window.
Remarks
clc, you still can use the up arrow to see the history of the commands, one at a time.
Examples
Display a sequence of random matrices at the same location in the command window:clc
for i =1:25
home
A = rand(5)
end
See Also
clf, home