pymatlab
alphaDescription
A Python interface to MATLAB. Pymatlab lets python users interface and communicate with MATLAB from python. Pymatlab makes it easier for users to migrate from a large MATLAB codebase to python scripts - one step at a time - by using old MATLAB script
Categories
License
Features
- Put a numpy array at MATLAB's workspace.
- Get a matrix from MATLAB's workspace into a numpy array.
- Run MATLAB code from a python string
Update Notifications
User Ratings
User Reviews
-
"Pythonic MATLAB!": PyMATLAB allows quick and automatic wrapping of MATLAB toolboxes for Python (use case: PyTreesTB, http://treestoolbox.org). This is made possible by exposing the MATLAB namespace as session class attributes, performing automatic translation between MATLAB and Python datatypes upon assignment and lookup (including exotic ones like sparse matrices and structs and cell-arrays), and providing seamless Python proxies to MATLAB functions, callable as if they were in MATLAB (argument translation is also automatic).