How do I use MATLAB in Eclipse?

eclipse, matlab

Solution

MATLAB plugin for eclipse:

http://code.google.com/a/eclipselabs.org/p/matclipse/

However, you will still need MATLAB to run your code. Possibly do that over the slow remote connection?

Problem

For my computer science classes, we are using MATLAB to code all of our homework / quiz problems, etc. I use eclipse already for my Java coding, and my Android coding. Is it possible to use Eclipse to code in MATLAB?

Original source