Name
zlabel — Z-axis label
Calling Sequence
zlabel(labelString)
Description
ZLABEL('text') adds text beside the Y-axis on the current axis. Can
be also used as a property/value pair.
Examples
t = linspace(0,10*%pi,100);
plot3(sin(t),cos(t),t/t($),'zlabel','Z axis');