matlab/octave tips


Octabe mode (emacs)

matlab editor is a great debugger, however, emacs is my editor. This is my problem. There is an emacs like mode in the matlab editor. However, I usually use emacs to edit m files. To make the file exchange smooth, the tab should be expand to spaces. Using file local variable, I put the followings at each m file's end.

%% Local Variables: **
%% mode:Octave **
%% indent-tabs-mode: nil **
%% End: **

matlab mode (emacs)

There is a matlab mode from mathworks. Full install seems a bit cumbersome for me, so I installed only matlab mode.


Copyright (C) 2009-2010 Yamauchi, Hitoshi
Most recent update : :