I have a lot of MATLAB code in .m files for my thesis. I will need to convert this to run on Octave on a cluster and would like a little advice please.
Is there an IDE, or similar, which allows you to step through code and let you view the value of variables in memory?
Since I think the answer to the above is "no", what are good editors to use for Octave code? I know how to use emacs, but it did not highlight .m files very well, so I'm wondering if there is a better editor, or a simple way to use emacs to highlight Octave code.
How do you duplicate some of the features of an IDE? I know about adding print statements to my code, but I wonder if you have any other good tips which will help me.
Thanks,
Jeff