Difference between revisions of "MATLAB:MATLAB and Python"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
This page will serve as the launchpoint for information on Pundit about comparing and contrasting MATLAB and Python and possibly translating between them, Note - solutions to assignments '''must not''' be posted in these pages; rather, only examples publicly available and not for a grade may make their way here. The Pundit namespace MAP: will be reserved for these pages, as will the category MAP. | This page will serve as the launchpoint for information on Pundit about comparing and contrasting MATLAB and Python and possibly translating between them, Note - solutions to assignments '''must not''' be posted in these pages; rather, only examples publicly available and not for a grade may make their way here. The Pundit namespace MAP: will be reserved for these pages, as will the category MAP. | ||
+ | |||
+ | == Informational Links == | ||
+ | * [https://www.mathworks.com/products/matlab/matlab-vs-python.html MATLAB vs. Python: Top Reasons to Choose MATLAB] from the makers of MATLAB | ||
+ | * [http://www.pyzo.org/python_vs_matlab.html Python vs Matlab] from Pyzo, makers of a Python IDE | ||
+ | * [http://mathesaurus.sourceforge.net/matlab-numpy.html NumPy for MATLAB users] - a handy translation page going from MATLAB to Python commands | ||
+ | * [https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html NumPy for Matlab users] - another page, this time with more accompanying text | ||
+ | * [https://www.southampton.ac.uk/~fangohr/training/python/pdfs/Python-for-Computational-Science-and-Engineering.pdf Python for Computational Sciences and Engineering] - includes a chapter "From Matlab to Python" | ||
+ | * [https://www.mathworks.com/solutions/matlab-and-python.html Using MATLAB with Python] - running MATLAB from Python and Python from MATLAB |
Latest revision as of 16:44, 17 July 2018
This page will serve as the launchpoint for information on Pundit about comparing and contrasting MATLAB and Python and possibly translating between them, Note - solutions to assignments must not be posted in these pages; rather, only examples publicly available and not for a grade may make their way here. The Pundit namespace MAP: will be reserved for these pages, as will the category MAP.
Informational Links
- MATLAB vs. Python: Top Reasons to Choose MATLAB from the makers of MATLAB
- Python vs Matlab from Pyzo, makers of a Python IDE
- NumPy for MATLAB users - a handy translation page going from MATLAB to Python commands
- NumPy for Matlab users - another page, this time with more accompanying text
- Python for Computational Sciences and Engineering - includes a chapter "From Matlab to Python"
- Using MATLAB with Python - running MATLAB from Python and Python from MATLAB