zlabel
Label z-axis.
Syntax
zlabel(text)
zlabel(ax, text)
zlabel(..., propertyName, propertyValue)
go = zlabel(...)
Input argument
text - Text to display: character vector, string scalar, string array or cell array.
ax - a scalar graphics object value: parent container, specified as a axes.
propertyName - a scalar string or row vector character.
propertyValue - a value.
Output argument
go - a graphics object: text type.
Description
zlabel('text') labels the z-axis of the current axes.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated