cpbotha / mlabwrap-purepy

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

mlabwrap.init() doesn't work #4

Open troymyname opened 5 years ago

troymyname commented 5 years ago

Please update the instructions in this page. The following line doesn't work.

mlab = mlabwrap.init()

lrq3000 commented 4 years ago

use

from mlabwrap import mlabwrap

instead of just import mlabwrap