Josh Beckwith
Josh Beckwith

Reputation: 1540

How do I use MATLAB in Eclipse?

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?

Upvotes: 3

Views: 6440

Answers (1)

Andrew Mao
Andrew Mao

Reputation: 36910

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?

Upvotes: 3

Related Questions