What is MATLAB mode for Emacs?
MATLAB mode for Emacs consists of Emacs Lisp code that implements a major-mode for Emacs that assists in the editing of MATLAB scripts. This allows Emacs to be used in place of the MATLAB Editor for editing your MATLAB source code, debugging MATLAB code, and syntax/semantic checking of your MATLAB code with mlint. The MATLAB mode for Emacs does NOT include “EmacsLink”, which was a tool that more tightly integrated MATLAB and Emacs for purposes of debugging M code.