clc

Purpose

Clear the command window.

Synopsis

clc

Description

clc clears the command window.

Examples

Display a sequence of random matrices, on top of each other:

clc, for i = 1:25, home, A = rand(5), end

See Also

home, clf

(c) Copyright 1994 by The MathWorks, Inc.