Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Possible Duplicates:
free matlab environment
What’s the best MATLAB equivalent? (open source or otherwise free)

Please suggest any open source/free software equivalent to Matlab for windows with same syntax which is best and widely used

share|improve this question
1  
Duplicate: stackoverflow.com/questions/1072884/… – gnovice Feb 16 '10 at 20:33

marked as duplicate by mghie, Kena, gnovice, dmckee, Jacob Feb 17 '10 at 4:29

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

6 Answers

up vote 4 down vote accepted

First the obvious choices for MATLAB alternatives:

And heres a number of similar environments (not all of them are OSS):

share|improve this answer
1  
You might want to add sage (sagemath.org) to that list, since it'll do a lot of the symbolic stuff that others won't. – Chinmay Kanchi Feb 16 '10 at 21:40

GNU Octave is the closest replacement, it supports large parts of the Matlab syntax, plus incorporates several improvements (IMHO) to the language.

But if you are familiar with python I suggest you also take a look at SciPy. Powerful language, a lot of libraries, and active development in scientific libraries (plotting, calculus, etc.). Use the ipython interactive shell.

share|improve this answer
Can you expand on what you consider to be the improvements? (I'm just curious.) Thanks! – JasCav Feb 16 '10 at 5:48
Well it has been a long time since I used octave, but if I remember correctly octave allows to access matrix elements directly returned by a function, e.g.: magic(5)(1,1). Matlab requires temporary variables. – catchmeifyoutry Feb 16 '10 at 6:03

octave is mostly compatible with matlab. You can read more about the differences here.

share|improve this answer

Octave is a free Matlab-like program that a lot of people seem to like.

This site has a whole list of free alternatives: http://www.math.tu-berlin.de/~ehrhardt/matlab_alternatives.html

share|improve this answer

While studying in the University, I personally used Sage for al my lab and course papers calculations :-) What I love about it, is that you don't need to learn new language if you know python already.

share|improve this answer

The most popular alternatives are: Octave and Scilab (www.scilab.org).

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.