This package lets Python users interface and communicate with MATLAB from
Python. Pymatlab makes it easier for users to integrate a project with a large
MATLAB codebase into python scripts by using MATLAB scripts as a part of the
python program.
The basic functionality of this package is to send data from Python to MATLAB's
workspace to be able to run Matlab function on the data.