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

    %% Store List of Potential Problems
%
% Run |checkcode| on the example file |lengthofline.m|. Include message IDs and store the results in a structure.
info = checkcode('lengthofline', '-id')
%% 
% View the values for the first message
info(1)