xlabel
Set the x-axis label.
Syntax
Section titled “Syntax”h = xlabel(str, ...)Description
Section titled “Description”Sets the x-axis label text. Same name-value-pair conventions as title.
Example
Section titled “Example”xlabel('Time (s)')Set the x-axis label.
h = xlabel(str, ...)Sets the x-axis label text. Same name-value-pair conventions as title.
xlabel('Time (s)')