Installation guide
M-Lint Code Analyzer
That single change addressed the issues in all o f the M-Lint messages
for line 48.
Because the change you made removed the only error in the file, the
M-Lint message indicator at the top of the bar changes from red to
orange, indicating that only warnings and potential improvements
remain.
c If ther e are multip l e mess ag es associ a ted with a line, there might be
multiple underlined code fragments that are adjac en t, as in the above
example, making it difficult to display the message of interest. In those
cases, it m i ght be easier to view t he m essages via the mar ker on the
message bar.
10 After making changes to address all M-Lint mess ag es, or disabling
designated messages, the M-Lint me ssage indicator becomes green The
example file with all M -Lint messages addressed has been saved as
lengthofline2.m, which you can open by running
open(fullfile(matlabroot,'help','techdoc','matlab_env',...
'examples','lengthofline2.m'))
6-97