MATLAB Functions Help Desk

blanks

Purpose

A string of blanks

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         Clear command window

home        Send the cursor home

format      See compact option for suppression of blank lines



[ Previous | Help Desk | Next ]