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

    %% Class and Method Reference Pages  
% Display the reference page for the |handle| class.   

%%  
doc handle  

%% 
% Display the reference page for the |findobj| method in the |handle| class. 
doc handle.findobj  

%% 
% Display the reference page for the |Map| class in the |containers| package. 
doc containers.Map