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
Please suggest any open source/free software equivalent to Matlab for windows with same syntax which is best and widely used |
|||||
|
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.
|
First the obvious choices for MATLAB alternatives:
And heres a number of similar environments (not all of them are OSS):
|
|||||
|
|
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. |
|||||
|
|
|
||||
|
|
|
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 |
|||
|
|
|
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. |
|||
|
|