Major mode for Emacs for editing MATLAB code, and running MATLAB in an inferior shell.
Hello,
I am new to Emacs but not Matlab. I like emacs and wanted to start learning how to use it whilst coding in Matlab.
I have downloaded the files and added the path in my .emacs file but i can't get matlab-shell to work.
OS X 10.9.1 and Matlab 2013_a
.emacs file
(add-to-list 'load-path "Applications/MATLAB_R2013a_Student.app")
(add-to-list 'load-path "/usr/share/emacs/site-lisp/matlab-emacs")
(add-to-list 'load-path' "Users/keithlorenz/.emacs.d/matlab") (load-library "matlab-load")
(require 'matlab-load) (autoload 'matlab-mode "matlab" "Enter MATLAB mode." t) (setq auto-mode-alist (cons '("\.m\'" . matlab-mode) auto-mode-alist))
Log in to post a comment.
Hello,
I am new to Emacs but not Matlab. I like emacs and wanted to start learning how to use it whilst coding in Matlab.
I have downloaded the files and added the path in my .emacs file but i can't get matlab-shell to work.
OS X 10.9.1 and Matlab 2013_a
.emacs file
(add-to-list 'load-path "Applications/MATLAB_R2013a_Student.app")
(add-to-list 'load-path "/usr/share/emacs/site-lisp/matlab-emacs")
(add-to-list 'load-path' "Users/keithlorenz/.emacs.d/matlab")
(load-library "matlab-load")
(require 'matlab-load)
(autoload 'matlab-mode "matlab" "Enter MATLAB mode." t)
(setq auto-mode-alist
(cons '("\.m\'" . matlab-mode) auto-mode-alist))
Last edit: Keith Lorenz 2014-02-04