MATLAB Function Reference Previous page   Next Page
blanks

Create string of blank characters

Syntax

Description

blanks(n) is a string of n blanks.

Examples

blanks is useful with the display function. For example,

displays twenty blanks between the strings 'xxx' and 'yyy'.

disp(blanks(n)') moves the cursor down n lines.

See Also

clc, format, home


Previous page  bitxor blkdiag Next page

© 1994-2005 The MathWorks, Inc.