Name

zlabel — Z-axis label

Calling Sequence

zlabel(labelString)

Parameters

labelString

string

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');

See Also

xlabel, ylabel, title

Authors

Stéphane Mottelet