System Grab Bag

View all TLDR pages from common (or from all pages)

mh_lint

Attempt to find bugs in MATLAB or Octave code. Please note that this tool is neither sound nor complete. More information: https://misshit.org.
  • Check the current directory:
    mh_lint
  • Check a specific directory recursively:
    mh_lint {{path/to/directory}}
  • Check a MATLAB file:
    mh_lint {{path/to/file.m}}
  • Check an Octave file:
    mh_lint --octave {{path/to/file.m}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.