Desktop Tools and Development Environment Previous page   Next Page

M-Lint Code Check Report

The M-Lint Code Check Report displays potential errors and problems, as well as opportunities for improvement in your code. The term "lint" is the name given to similar tools used with other programming languages such as C. In MATLAB, the M-Lint tool displays a message for each line of an M-file it determines might be improved. For example, a common M-Lint message is that a variable is defined but never used in the M-file. These topics describe the process of using M-Lint:

Accessing M-Lint

You can get M-Lint messages using


Previous page  Coverage Report M-Lint Graphical User Interface (GUI) Next page

© 1994-2005 The MathWorks, Inc.