/linter-matlab

Primary LanguageCoffeeScriptMIT LicenseMIT

linter-matlab package

This Atom package provides a Linter for MATLAB's mlint utility.

Installation

  1. Install the Linter package, following the instructions on this page.
  2. apm install linter-matlab
  3. If mlint is not already in your PATH, you will need to set the mlintDir setting to point to the directory containing mlint. As noticed by @hyiltiz, this currently does not work with symbolic links. For example, the path for MATLAB R2015b is:
    • /usr/local/MATLAB/R2015b/bin/glnxa64 on Linux,
    • C:\Program Files\MATLAB\R2015b\bin\win64\ on Windows,
    • /Applications/MATLAB_R2015b.app/bin/maci64/ on Mac OS X.