MATLAB Function Reference |
Syntax
blanks(n)
Description
blanks(n)
is a string of n
blanks.
Examples
blanks
is useful with the display
function. For example,
disp(['xxx' blanks(20) 'yyy'])
displays twenty blanks between the strings 'xxx'
and 'yyy'
.
disp(blanks(n)')
moves the cursor down n
lines.
See Also
bitxor | blkdiag |