MATLAB Function Reference | Search  Help Desk |
blanks | Examples See Also |
blanks(n)
blanks(n)
is a string of n
blanks.
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.
clc
Clear command window
home
Send the cursor home
format
See compact
option for suppression of blank lines