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

    %% Label y-Axis with Numeric Input  

% Copyright 2015 The MathWorks, Inc.


%%  
figure
plot((1:10).^2)
ylabel(123) 

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