Some free alternatives software to MatLab

## List of alternative software for MatLab

  1. GNU Octave : http://octave.org/

2. SciLab : http://www.scilab.org/scilab/about Notamment SciLab (http://www.scilab.org/scilab/about), développé principalement par une équipe française (CNRS+Inria)

  1. SageMath http://www.sagemath.org/tour.html
  1. Python with the Spyder IDE, the NumPy/SciPy package for computations and MatPlotLib for plotting. All this is included in the free Anaconda installer, which allow to install everything in two clicks (one huge file of 400 MB, free to download of course).

Note

Freeware?

Each of the mentionned softwares are freely available, on Windows, many Linux, or Mac OS.

---

### About GNU Octave On Windows and Mac OS, Octave is shipped with a GUI, very similar to Matlab.

### About Python To write your Python programs, Spyder with iPython is an excellent tool. It looks like Matlab, with the same kind of features and GUI (execute the code with a green button, plots are popping out directly etc). Only the documentation searching tool is less efficient, but as the Python community is starting to be stronger, looking for your question directly on Internet (with DuckDuckGo of course, and not Gougle) is usually working extremely fine.

To start learning Python, the fundamentals are well explained here (and in the whole website). Sachant que la plupart des éléments de syntaxes et des concepts sont très faciles d'approche, en particulier si vous avez déjà une expérience de programmation.

  1. pour « faire du numérique », le standard de facto est la combinaison NumPy/SciPy + MatPlotLib. Tout ça est installé avec Anaconda et marche parfaitement tout de suite après l'installation. Un bon tutoriel pour NumPy/SciPy est disponible et un autre apprendre comment faire des dessin avec MatPlotLib (écrit par deux français du Labri !). La page "NumPy for Matlab Users" peut aussi aider si vous connaissez déjà MatLab.
  2. et pour lire quelques démos, j'en ai écrit un certains nombres ici Bitbucket.org/lbesson/python-demos, qui couvrent rapidement des domaines aussi variés que le traitement d'images, l'apprentissage statistique, le calcul numérique (résolution d'une EDP), la production de graphiques (notamment des histogrammes et des camembers pour de fausses notes pour des examens), l'algèbre linéaire, le calcul symbolique (avec SymPy), et des morceaux d'algorithmique de base...

## References - http://alternativeto.net/software/matlab/ - http://www.instantfundas.com/2008/10/3-free-open-source-alternatives-to.html - http://www.linuxbsdos.com/2013/07/14/2-free-software-alternatives-to-matlab/

PS: comme tu peux le voir ici [http://alternativeto.net/software/matlab/], Octave est la principale alternative libre et gratuite à MatLab. Mais d'autres sont disponibles, si besoin.

---

GA|Analytics