MATLAB Functions
Help Desk
clc
Purpose
Clear command window
Syntax
clc
Description
clc
clears the command window.
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
[
Previous
|
Help Desk
|
Next
]