logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Validate MATLAB Code - Find Bugs with mh_lint | Online Free DevTools by Hexmos

Validate MATLAB code with mh_lint, a static analysis tool for finding bugs and potential issues in your scripts. Free online tool, no registration required.

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}}

See Also