MATLAB Function Reference |
Run mlint
for file or directory, reporting results in Web browser
Graphical Interface
In the Current Directory browser, select the M-Lint Code Check Report from the list of Directory Reports presented on the toolbar.
Syntax
Description
scans all M-files in the current directory for M-Lint messages and reports the results in a browser.mlintrpt
scans the M-file mlintrpt(filename)
filename
for messages, as does the command mlintrpt(filename,'
file
')
.
scans the specified directory. Here, mlintrpt(dirname,
'dir'
)
dirname
can be in the current directory or can be a full pathname.
Examples
and MATLAB displays a report of potential problems and improvements for all M-files in the mydemos directory.
For more information about using this report, see the M-Lint Graphical Interface topic in the MATLAB Desktop Tools and Development Environment documentation. (Although the mlintrpt
results appear in the MATLAB Web browser and the M-Lint Graphical Interface uses the Current Directory browser, instructions for using the report are the same.)
See Also
mlint | mlock |
© 1994-2005 The MathWorks, Inc.