Desktop Tools and Development Environment |
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
mlint
function. See the mlint
reference page for instructions.
Coverage Report | M-Lint Graphical User Interface (GUI) |
© 1994-2005 The MathWorks, Inc.