Keith Lorenz - 2014-02-04

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