viernes, 24 de marzo de 2017

Reemplzar matlab con python numpy scipy y matplotlib

The Python Alternative to Matlab


Python in combination with Numpy, Scipy and Matplotlib can be used as a replacement for MATLAB.
http://www.python-course.eu/numpy.php 


Python in combination with Numpy, Scipy and Matplotlib can be used as a replacement for MATLAB. The combination of NumPy, SciPy and Matplotlib is a free (meaning both "free" as in "free beer" and "free" as in "freedom") alternative to MATLAB. Even though MATLAB has a huge number of additional toolboxes available, NumPy has the advantage that Python is a more modern and complete programming language and - as we have said already before - is open source. SciPy adds even more MATLAB-like functionalities to Python. Python is rounded out in the direction of MATLAB with the module Matplotlib, which provides MATLAB-like plotting functionality


pip install numpy
pip install matplotlib
pip install cython

https://sourceforge.net/projects/scipy/

Upgrade pip
pip install --upgrade pip


Descarga cygwin e instalarlo
https://cygwin.com/install.html


descargar scipy-master.zip
https://github.com/scipy/scipy

Descomprimir y ejecutar comando
C:\Users\cuenta\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\scipy-master>python setup.py install

No hay comentarios:

Publicar un comentario