Name
xlabel — X-axis label
Calling Sequence
xlabel(labelString)
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')