mlabwrap-purepy icon indicating copy to clipboard operation
mlabwrap-purepy copied to clipboard

Pure Python version of the mlabwrap Python to Matlab bridge

Results 5 mlabwrap-purepy issues
Sort by recently updated
recently updated
newest added

Port to Python 3 (tested on Windows) + a few bufixes (remove global mlab, avoid exception on close) + update readme and show how to work with cell arrays. I...

Please update the instructions in this page. The following line doesn't work. mlab = mlabwrap.init()

I'm using mlab on my macOS Sierra,and the version of matlab is R2015b. When I type in >>> from mlab.releases import R2015b as matlab >>> from matlab import matlabroot >>>...

I can't get past mlab = mlabwrap.init() due to an error in the win32com package relating to 'Class not registered'. Any help much appreciated. Ralph C:\Users\evr>python Python 2.7.6 |Anaconda 1.9.2...

I'm trying to get this working on Matlab 2011a (Student Version) and keep hitting a timeout error on startup: ``` Python 2.7.6 (default, Nov 21 2013, 14:45:53) [GCC 4.2.1 Compatible...