MATLAB Function Reference Previous page   Next Page
mlintrpt

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

mlintrpt scans all M-files in the current directory for M-Lint messages and reports the results in a browser.

mlintrpt(filename) scans the M-file filename for messages, as does the command mlintrpt(filename,'file') .

mlintrpt(dirname,'dir') scans the specified directory. Here, dirname can be in the current directory or can be a full pathname.

Examples

Run

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


Previous page  mlint mlock Next page

© 1994-2005 The MathWorks, Inc.