Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any open source software like matlab? [duplicate]

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

like image 549
avd Avatar asked Feb 16 '10 05:02

avd


1 Answers

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.

like image 168
catchmeifyoutry Avatar answered Sep 27 '22 21:09

catchmeifyoutry