home

Purpose

Send the cursor home.

Synopsis

home

Description

home returns the cursor to the upper-left corner of 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

clc

(c) Copyright 1994 by The MathWorks, Inc.