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

    %% Create Report for File
%
% Run |mlintrpt| on the example file |lengthofline.m|. MATLAB(R) displays a
% report of potential problems and improvements for |lengthogline|.
mlintrpt('lengthofline')
%%
%
% <<../CodeAnalyzerReport.png>>
%