This package provides the following services:
linter-matlab package
This Atom package provides a Linter for MATLAB's mlint
utility.
Installation
- Install the Linter package, following the instructions on this page.
apm install linter-matlab
- If
mlint
is not already in your PATH, you will need to set themlintDir
setting to point to the directory containingmlint
. 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.