Using an external editor in MATLAB

I am trying to use EMACS as an external editor for MATLAB. Following the directions here: matlab script editing I can get the function matlab-shellto work, but I still don't understand how to use EMACS to write scripts.

When I pressed editMATLAB in the console and switched to EMACS, I did not see any MATLAB-specific functions. Where are the options for syntax highlighting, debugging, etc.?

+3
source share
1 answer

You need matlab-emacs integration from here: http://matlab-emacs.sourceforge.net/ - this should cause syntax highlighting. If you already have this installed, you may need to upgrade auto-mode-alist.

I have to admit that although I use emacs for editing, I use the MATLAB editor for debugging.

0
source

All Articles