cpbotha / mlabwrap-purepy

Pure Python version of the mlabwrap Python to Matlab bridge
28 stars 3 forks source link

Port to Python 3 (tested on Windows) + a few bufixes #5

Open lrq3000 opened 4 years ago

lrq3000 commented 4 years ago

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 tried to maintain support for python 2 by using futurize, but I did not test.

lrq3000 commented 4 years ago

Mmm could anybody merge please? With this patch, this would be the only existing (independent) python-matlab bridge.