Name

xlabel — X-axis label

Calling Sequence

xlabel(labelString)

Parameters

labelString

string

Description

XLABEL('text') adds text beside the X-axis on the current axis. Can be also used as a property/value pair.

Examples

plot(1:10,sin(1:10),'xlabel','abscissa');
plot(1:10,sin(1:10));
xlabel('abscissa')

See Also

ylabel , title

Authors

Stéphane Mottelet