www.gusucode.com > graphics 案例源码程序 matlab代码 > graphics/LabelzaxiswithNumericInputExample.m

    %% Label z-Axis with Numeric Input  

% Copyright 2015 The MathWorks, Inc.


%%  
figure
surf(peaks)
zlabel(123) 

%%
% MATLAB(R) displays |123| beside the _z_-axis.